Skip to content

Commit 0870cd1

Browse files
authored
chore(.eslintrc.json): modifying eslint-plugin-react-compiler to react-compiler in the plugins array (#1009)
1 parent 98317a9 commit 0870cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vitest",
2323
"jest-dom",
2424
"testing-library",
25-
"eslint-plugin-react-compiler"
25+
"react-compiler"
2626
],
2727
"parser": "@typescript-eslint/parser",
2828
"parserOptions": {

0 commit comments

Comments
 (0)