Chart.js/types/.eslintrc.yml
Dan Onoshko 2031cdf051
Preparing the project for TypeScript (#10595)
* Add Typescript to the build
* Converts the `helpers.core` to Typescript as an example
* Converts the `core.element` to Typescript
2022-08-22 11:58:57 -04:00

8 lines
320 B
YAML

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