diff --git a/eslint.config.mjs b/eslint.config.mjs index 4d1e90e..c9cf257 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -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"; @@ -17,7 +16,6 @@ export default tseslint.config( }, }, plugins: { - jest, spellcheck, tsdoc, },