chore(.eslintrc.json): modifying eslint-plugin-react-compiler to react-compiler in the plugins array (#2899)

This commit is contained in:
Wonsuk Choi 2024-12-14 11:09:42 +09:00 committed by GitHub
parent 429cb7ec53
commit 459d789bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
"@vitest", "@vitest",
"jest-dom", "jest-dom",
"testing-library", "testing-library",
"eslint-plugin-react-compiler" "react-compiler"
], ],
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",
"parserOptions": { "parserOptions": {