debian-image-builder-frontend/.eslintrc-typescript.yml
regexowl 9cae908341 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.
2024-01-05 12:25:10 +01:00

7 lines
149 B
YAML

extends: [
"plugin:@typescript-eslint/recommended",
]
rules:
"@typescript-eslint/ban-ts-comment": off
"@typescript-eslint/ban-types": off