Skip to content

Commit

Permalink
remove jest plugin from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbrinkman committed Dec 18, 2024
1 parent 264d727 commit 7a88830
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import eslint from "@eslint/js";
import jest from "eslint-plugin-jest";
import spellcheck from "eslint-plugin-spellcheck";
import tsdoc from "eslint-plugin-tsdoc";
import tseslint from "typescript-eslint";
Expand All @@ -17,7 +16,6 @@ export default tseslint.config(
},
},
plugins: {
jest,
spellcheck,
tsdoc,
},
Expand Down

0 comments on commit 7a88830

Please sign in to comment.