v2.0.0
- Moved configs depends on TypeScript to overrides section
- This solves issues when the config is used to lint JS files
- Disable
@typescript-eslint/ban-types
and@typescript-eslint/explicit-module-boundary-type
- Relax
@typescript-eslint/no-namespace
for declarations
Breaking Change
- Requires
eslint-config-prettier
v8