Skip to content

Commit

Permalink
Remove @eslint/compat
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Oct 22, 2024
1 parent d5032fb commit b9809ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
4 changes: 1 addition & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { fixupPluginRules } from "@eslint/compat";
import typescriptEslintParser from "@typescript-eslint/parser";
import pluginImport from "eslint-plugin-import";
import pluginReactHooks from "eslint-plugin-react-hooks";
Expand Down Expand Up @@ -28,8 +27,7 @@ export default [
},
},
plugins: {
// https://github.com/import-js/eslint-plugin-import/issues/2556#issuecomment-2272395246
import: fixupPluginRules(pluginImport),
import: pluginImport,
},
rules: {
"import/no-restricted-paths": [
Expand Down
33 changes: 8 additions & 25 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint/compat": "^1.2.0",
"@faker-js/faker": "^9.0.0",
"@formkit/auto-animate": "^0.8.2",
"@mui/material": "^6.1.3",
Expand Down

0 comments on commit b9809ce

Please sign in to comment.