All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- @typescript-eslint/no-non-null-asserted-nullish-coalescing, @typescript-eslint/no-meaningless-void-operator and @typescript-eslint/prefer-return-this-type rules.
- Reenable @typescript-eslint/consistent-type-imports rule.
- Update dependencies.
- Several extension rules.
- Implementation of test config files.
- New extension rules: @typescript-eslint/comma-dangle and @typescript-eslint/no-loop-func.
- Allow leading underscore for properties (modified options for @typescript-eslint/naming-convention).
- Temporarily switch off @typescript-eslint/consistent-type-imports because of conflict with
no-duplicate-imports
(see typescript-eslint #2315).
- New rules in
ts-guard
: @typescript-eslint/consistent-type-imports, @typescript-eslint/no-implicit-any-catch, @typescript-eslint/prefer-enum-initializers.
- Minimal version of
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
dependencies is4.0.1
.