From 0870cd109ad0e4a802be718272b7758f096821c0 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Sat, 14 Dec 2024 11:10:04 +0900 Subject: [PATCH] chore(.eslintrc.json): modifying eslint-plugin-react-compiler to react-compiler in the plugins array (#1009) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 66978993..49a90a58 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": {