Skip to content

Commit

Permalink
Add eslint-plugin-react-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
PzYon committed Jul 13, 2024
1 parent 0245479 commit 47c5242
Show file tree
Hide file tree
Showing 3 changed files with 3,148 additions and 26 deletions.
2 changes: 2 additions & 0 deletions app/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
"sourceType": "module"
},
"plugins": [
"react-compiler",
"react",
"react-hooks",
"react-refresh",
"@typescript-eslint",
"@tanstack/eslint-plugin-query"
],
"rules": {
"react-compiler/react-compiler": "error",
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
"react-refresh/only-export-components": "warn",
Expand Down
Loading

0 comments on commit 47c5242

Please sign in to comment.