Skip to content

Commit

Permalink
remove react-refresh lint (#1750)
Browse files Browse the repository at this point in the history
* remove react-refresh lint

* rm plugin package

---------

Co-authored-by: turbocrime <[email protected]>
  • Loading branch information
turbocrime and turbocrime authored Sep 9, 2024
1 parent e5c76a6 commit ed54cc8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as import_ from 'eslint-plugin-import';
import prettier from 'eslint-config-prettier';
import react from 'eslint-plugin-react';
import react_hooks from 'eslint-plugin-react-hooks';
import react_refresh from 'eslint-plugin-react-refresh';
import storybook from 'eslint-plugin-storybook';
import tailwindcss from 'eslint-plugin-tailwindcss';
import turbo from 'eslint-plugin-turbo';
Expand Down Expand Up @@ -87,7 +86,6 @@ export default tseslint.config(
react: fixupPluginRules(react),
// @ts-expect-error - react_hooks is incorrectly typed
'react-hooks': fixupPluginRules(react_hooks),
'react-refresh': react_refresh,
},
// @ts-expect-error - rules are incorrectly typed
rules: {
Expand All @@ -101,7 +99,6 @@ export default tseslint.config(
allowExpressions: true,
},
],
'react-refresh/only-export-components': 'off',
},
},

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "5.1.0-rc-c3cdbec0a7-20240708",
"eslint-plugin-react-refresh": "^0.4.8",
"eslint-plugin-storybook": "0.9.0--canary.156.ed236ca.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-turbo": "^2.0.12",
Expand Down
12 changes: 0 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed54cc8

Please sign in to comment.