Version 8.6.0
8.6.0 (2022-11-20)
Please see the full changes here: 8.5.1...8.6.0
Notable Changes
Features
- eslint: Semver bump to
>=8.28.0
45c10ef - parser: Enable and use es2022 fe1032f
- [eslint/no-new-native-nonconstructor]: Add
no-new-native-nonconstructor
rule afeb724 - [eslint/no-empty-static-block]: Add
no-empty-static-block
rule 8f946a4 - [eslint/logical-assignment-operators]: Add logical-assignment-operators rule 0fb4730
- typescript-eslint: Semver bump to
>=5.43.0
5429341 - [typescript-eslint/no-unsafe-declaration-merging]: Add
no-unsafe-declaration-merging
rule 7378223
Notes
Now @hazmi35/eslint-config
requires:
-
eslint
version 8.28.0 or above -
@typescript-eslint/parser
version 5.43.0 or above (OPTIONAL) -
@typescript-eslint/eslint-plugin
version 5.43.0 or above (OPTIONAL) -
typescript
version 3.3.1 to 5.0.0 (OPTIONAL)