Skip to content

Commit

Permalink
revert change of eslint to original config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelma7 committed May 15, 2024
1 parent 7b7c64d commit 1218b04
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 193 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
"eslint:recommended",

"plugin:react/recommended",
"plugin:react-hooks/recommended",

"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",

"airbnb",

"plugin:import/recommended",
"plugin:import/typescript",

"prettier",
"love"
"prettier"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand All @@ -29,7 +31,7 @@
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": ["react", "n", "@typescript-eslint", "import", "promise"],
"plugins": ["react", "react-hooks", "@typescript-eslint", "import"],
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".jsx", ".tsx"] }],

Expand Down
Loading

0 comments on commit 1218b04

Please sign in to comment.