Skip to content

Instantly share code, notes, and snippets.

View GaziRiad's full-sized avatar
🌐
Learning Backend

Riad Hallouch Gazi GaziRiad

🌐
Learning Backend
View GitHub Profile
@GaziRiad
GaziRiad / .eslintrc.cjs
Created September 11, 2023 19:20 — forked from adrianhajdin/.eslintrc.cjs
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'],