From b1ab411ba7b93af94d505a88e2d242316607246b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 23 Jul 2024 21:23:16 +0900 Subject: frontend: remove eslint-plugin-react-refresh --- frontend/.eslintrc.cjs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'frontend/.eslintrc.cjs') diff --git a/frontend/.eslintrc.cjs b/frontend/.eslintrc.cjs index 6e8698b..23ffe5b 100644 --- a/frontend/.eslintrc.cjs +++ b/frontend/.eslintrc.cjs @@ -8,11 +8,4 @@ module.exports = { ], ignorePatterns: ["dist", ".eslintrc.cjs"], parser: "@typescript-eslint/parser", - plugins: ["react-refresh"], - rules: { - "react-refresh/only-export-components": [ - "warn", - { allowConstantExport: true }, - ], - }, }; -- cgit v1.2.3-70-g09d2