Skip to content

Commit 3624a92

Browse files
removing eslint-plugin-react-refresh
1 parent 431563f commit 3624a92

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

eslint.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import jestDom from "eslint-plugin-jest-dom";
88
import jsxA11y from "eslint-plugin-jsx-a11y";
99
import reactPlugin from "eslint-plugin-react";
1010
import reactHooks from "eslint-plugin-react-hooks";
11-
import reactRefresh from "eslint-plugin-react-refresh";
1211

1312
const flat = typescriptEslint.config(
1413
eslint.configs.recommended,
@@ -243,12 +242,6 @@ const flatReact = [
243242
"react-hooks/rules-of-hooks": "error",
244243
},
245244
},
246-
{
247-
...reactRefresh.configs.recommended,
248-
rules: {
249-
"react-refresh/only-export-components": "off",
250-
}
251-
},
252245
{
253246
// https://github.com/vitest-dev/eslint-plugin-vitest
254247
files: ["**/*.{test,spec}.{ts,tsx}"],

package-lock.json

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"eslint-plugin-prettier": "^5.2.3",
6565
"eslint-plugin-react": "^7.37.4",
6666
"eslint-plugin-react-hooks": "^5.2.0",
67-
"eslint-plugin-react-refresh": "^0.4.19",
6867
"globals": "^16.0.0",
6968
"prettier": "^3.5.3",
7069
"sass-embedded": "^1.86.0",

0 commit comments

Comments
 (0)