debian-image-builder-frontend/.eslintrc-typescript.yml
2024-04-25 14:45:50 +02:00

15 lines
375 B
YAML

extends: [
"plugin:@typescript-eslint/recommended",
]
rules:
"@typescript-eslint/ban-ts-comment":
- error
- ts-expect-error: "allow-with-description"
ts-ignore: "allow-with-description"
ts-nocheck: true
ts-check: true
minimumDescriptionLength: 5
"@typescript-eslint/ban-types": off
"@typescript-eslint/no-unused-vars":
- warn