Skip to content

Commit

Permalink
chore: more simplify eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Jul 27, 2023
1 parent 07be51a commit 797f7ed
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@
],
"rules": {
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unused-vars": ["error"],
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/semi": ["error"],
"comma-dangle": ["error", "always-multiline"],
"no-unused-vars": "off",
"no-undef": "off"
"no-unused-vars": "off"
},
"overrides": [
{
Expand Down

0 comments on commit 797f7ed

Please sign in to comment.