Chart.js/types/.eslintrc.yml

8 lines
320 B
YAML
Raw Normal View History

2021-01-05 06:23:30 +01:00
rules:
# These rules were set to warning to make the linting pass initially,
# without making any major changes to types.
2021-01-05 06:23:30 +01:00
object-curly-spacing: ["warn", "always"]
'@typescript-eslint/no-empty-interface': "warn"
'@typescript-eslint/ban-types': "warn"
'@typescript-eslint/adjacent-overload-signatures': "warn"