v12.8.0
EvgenyOrekhov
released this
01 Sep 10:32
·
1493 commits
to master
since this release
Changes:
hardcore
- Set ECMAScript version to 2021
- Enable
ignoreDefaultValues
option forno-magic-numbers
ts-for-js
- Use
@typescript-eslint/no-shadow
instead ofno-shadow
- Use
@typescript-eslint/no-redeclare
instead ofno-redeclare
- Disable
@typescript-eslint/no-unnecessary-condition
since it requiresstrictNullChecks
compiler option