Skip to content

Instantly share code, notes, and snippets.

View itsimran02's full-sized avatar
:electron:
focousing

Imran Shaikh itsimran02

:electron:
focousing
  • parbhani , maharashtra
View GitHub Profile
@adrianhajdin
adrianhajdin / .eslintrc.cjs
Last active July 14, 2024 15:17
Tailwind CSS Full Course 2023 | Build and Deploy a Nike Website
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],