From 03364a87d047dae44866db508cc15b6ffbbd9259 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Sat, 14 Dec 2024 11:09:54 +0900 Subject: [PATCH] chore(.eslintrc.json): modifying eslint-plugin-react-compiler to react-compiler in the plugins array (#2861) --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7b598ae99a..9d4ac27df4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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": {