Skip to content

Commit

Permalink
chore(.eslintrc.json): modifying eslint-plugin-react-compiler to reac…
Browse files Browse the repository at this point in the history
…t-compiler in the plugins array (#2861)
  • Loading branch information
sukvvon authored Dec 14, 2024
1 parent 44d34a5 commit 03364a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"react-hooks",
"import",
"@vitest",
"eslint-plugin-react-compiler",
"jest-dom",
"testing-library"
"testing-library",
"react-compiler"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down

0 comments on commit 03364a8

Please sign in to comment.