Skip to content

Commit

Permalink
Upgrade ESLint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Sep 7, 2024
1 parent 6b8360f commit 4e215f2
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 120 deletions.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import cyfConfig from "@codeyourfuture/eslint-config-standard";
import { fixupPluginRules } from "@eslint/compat";
import vitestPlugin from "@vitest/eslint-plugin";
import prettierConfig from "eslint-config-prettier";
import importPlugin from "eslint-plugin-import";
Expand Down Expand Up @@ -108,7 +109,7 @@ export default [
},
plugins: {
"jest-dom": jestDomPlugin,
"testing-library": testingLibraryPlugin,
"testing-library": fixupPluginRules(testingLibraryPlugin),
vitest: vitestPlugin,
},
rules: {
Expand Down
Loading

0 comments on commit 4e215f2

Please sign in to comment.