From 459d789bf6d58f8ec51952bc9ef7d72b86e9bbad Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Sat, 14 Dec 2024 11:09:42 +0900 Subject: [PATCH] chore(.eslintrc.json): modifying eslint-plugin-react-compiler to react-compiler in the plugins array (#2899) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index b0d4a38f5f..ff0e5aceb1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,7 +22,7 @@ "@vitest", "jest-dom", "testing-library", - "eslint-plugin-react-compiler" + "react-compiler" ], "parser": "@typescript-eslint/parser", "parserOptions": {