aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/.eslintrc.cjs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-23 21:23:16 +0900
committernsfisis <nsfisis@gmail.com>2024-07-23 22:00:35 +0900
commitb1ab411ba7b93af94d505a88e2d242316607246b (patch)
tree75848fb1491584ceb9b454e6d3aa5763853bf3bc /frontend/.eslintrc.cjs
parent20c4d9e8ba120fefca3cc1e91119f55186cc793b (diff)
downloadphperkaigi-2025-albatross-b1ab411ba7b93af94d505a88e2d242316607246b.tar.gz
phperkaigi-2025-albatross-b1ab411ba7b93af94d505a88e2d242316607246b.tar.zst
phperkaigi-2025-albatross-b1ab411ba7b93af94d505a88e2d242316607246b.zip
frontend: remove eslint-plugin-react-refresh
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 },
- ],
- },
};