ESLint: Remove temporary rule overrides
Some rule overrides were previously added when the ruleset got updated as more time to update the code was needed. This removes some of the temporary rules.
This commit is contained in:
parent
1bbfa4d823
commit
9cae908341
2 changed files with 0 additions and 4 deletions
|
|
@ -5,6 +5,3 @@ extends: [
|
|||
rules:
|
||||
"@typescript-eslint/ban-ts-comment": off
|
||||
"@typescript-eslint/ban-types": off
|
||||
"@typescript-eslint/no-explicit-any": warn
|
||||
"@typescript-eslint/no-unused-vars": warn
|
||||
explicit-module-boundary-types: off
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ globals:
|
|||
plugins:
|
||||
- import
|
||||
rules:
|
||||
no-unused-vars: warn
|
||||
import/order:
|
||||
- error
|
||||
- groups:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue