Version 9.0.0
9.0.0 (2023-03-19)
Please see the full changes here: 8.7.1...9.0.0
Notable Changes
Features
- eslint: Bump semver to
>=8.36.0
febb7af - typescript-eslint: Bump semver range to
>=5.55.0
b428487 - [typescript-eslint/explicit-function-return-type]: set allowTypedFunctionExpressions and allowTypedFunctionExpressions to true 4f387c7
- [typescript-eslint/no-mixed-enums]: Add rule, set to warn b7bb765
Fixes
- typescript-eslint: Fix typescript-eslint config in ESLint version
>=v8.35.0
5e25e9f
Notes
Now @hazmi35/eslint-config
requires:
-
eslint
version 8.36.0 or above -
@typescript-eslint/parser
version 5.55.0 or above (OPTIONAL) -
@typescript-eslint/eslint-plugin
version 5.55.0 or above (OPTIONAL) -
typescript
version 3.3.1 to 5.1.0 (OPTIONAL)