diff --git a/package.json b/package.json index f1174cb..49bbcdf 100644 --- a/package.json +++ b/package.json @@ -69,71 +69,6 @@ "typescript-eslint": "^8.9.0", "web-ext": "^8.3.0" }, - "eslintConfig": { - "root": true, - "extends": [ - "eslint:recommended", - "plugin:@typescript-eslint/recommended", - "plugin:import/errors", - "plugin:import/warnings", - "plugin:import/typescript", - "prettier" - ], - "plugins": [ - "@typescript-eslint" - ], - "parser": "@typescript-eslint/parser", - "parserOptions": { - "sourceType": "module" - }, - "env": { - "browser": true, - "node": true - }, - "ignorePatterns": [ - "*.html" - ], - "rules": { - "@typescript-eslint/no-explicit-any": "off", - "@typescript-eslint/explicit-member-accessibility": "error", - "@typescript-eslint/no-inferrable-types": "off", - "@typescript-eslint/no-var-requires": "off", - "@typescript-eslint/explicit-function-return-type": [ - "error", - { - "allowExpressions": true - } - ], - "@typescript-eslint/explicit-module-boundary-types": [ - "error", - { - "allowArgumentsExplicitlyTypedAsAny": true - } - ], - "@typescript-eslint/no-unused-vars": [ - "error", - { - "caughtErrors": "none" - } - ], - "import/order": [ - "error", - { - "alphabetize": { - "order": "asc", - "caseInsensitive": true - } - } - ], - "sort-imports": [ - "error", - { - "ignoreCase": true, - "ignoreDeclarationSort": true - } - ] - } - }, "prettier": { "singleQuote": true, "trailingComma": "all",