Skip to content

Commit

Permalink
chore(.eslintrc.json): remove unnecessary elements from the plugins, …
Browse files Browse the repository at this point in the history
…add react/jsx-runtime
  • Loading branch information
sukvvon committed Dec 15, 2024
1 parent 459d789 commit 50d0c0a
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,13 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:prettier/recommended"
],
"plugins": [
"@typescript-eslint",
"react",
"prettier",
"react-hooks",
"import",
"@vitest",
"jest-dom",
"testing-library",
"react-compiler"
],
"plugins": ["react-compiler"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2018,
Expand Down Expand Up @@ -77,8 +68,6 @@
"pathGroupsExcludedImportTypes": ["builtin"]
}
],
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
"sort-imports": [
"error",
{
Expand Down

0 comments on commit 50d0c0a

Please sign in to comment.