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:
regexowl 2024-01-03 14:19:35 +01:00 committed by Lucas Garfield
parent 1bbfa4d823
commit 9cae908341
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -13,7 +13,6 @@ globals:
plugins:
- import
rules:
no-unused-vars: warn
import/order:
- error
- groups: