Skip to content

Commit

Permalink
Merge pull request #507 from touhidurrr/cleanup-package-json
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle authored Oct 14, 2024
2 parents 73631fc + c861f01 commit a9627ac
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a9627ac

Please sign in to comment.