Skip to content

Commit

Permalink
💚 fix ci build due to eslint unsupported rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustLucas committed Oct 29, 2024
1 parent fa4163b commit bcbb427
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"es2021": true
},
"extends": [
"next",
"next/core-web-vitals",
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"next/core-web-vitals"
"plugin:prettier/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down Expand Up @@ -46,7 +45,6 @@
"react/no-unknown-property": ["error", { "ignore": ["jsx"] }],
"react/react-in-jsx-scope": "off",
"react/jsx-indent-props": ["error", 2],
"import/extensions": 0,
"semi": ["error", "always"],
"quotes": ["error", "double"],
"no-console": 0,
Expand Down

0 comments on commit bcbb427

Please sign in to comment.