Skip to content

Commit 45291e8

Browse files
committed
Remove react-refresh plugin
1 parent 5b826c7 commit 45291e8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

frontend/.eslintrc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"plugin:eslint-comments/recommended",
55
"plugin:react/jsx-runtime"
66
],
7-
"plugins": [ "eslint-comments", "react", "react-refresh" ],
7+
"plugins": [ "eslint-comments", "react" ],
88
"root": true,
99
"env": { "browser": true, "es2020": true },
1010
"parserOptions": {
@@ -17,10 +17,6 @@
1717
"react/jsx-uses-react": "error",
1818
"react/jsx-uses-vars": "error",
1919
"react/jsx-no-target-blank": "off",
20-
"react-refresh/only-export-components": [
21-
"warn",
22-
{ "allowConstantExport": true },
23-
],
2420
"explicit-function-return-type": "off",
2521
"strict-boolean-expressions": "off",
2622
"no-floating-promises": "off",

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"eslint": "^8.23.0",
4646
"eslint-plugin-eslint-comments": "^3.2.0",
4747
"eslint-plugin-react": "^7.33.2",
48-
"eslint-plugin-react-refresh": "^0.4.5",
4948
"identity-obj-proxy": "^3.0.0",
5049
"jest": "^29.7.0",
5150
"jest-environment-jsdom": "^29.7.0",

0 commit comments

Comments
 (0)