aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/.eslintrc.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.eslintrc.cjs')
-rw-r--r--frontend/.eslintrc.cjs7
1 files changed, 0 insertions, 7 deletions
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 },
- ],
- },
};