Releases: Hazmi35/eslint-config
Releases · Hazmi35/eslint-config
Version 8.1.0
8.1.0 (2022-1-18)
Please see the full changes here: 8.0.0...8.1.0
Notable changes
Features
- Update peerDeps semver range (#351) [807815c] by @Hazmi35
- [class-methods-use-this] Enforce class fields and ignore "execute" function (#352) [96a5229] by @Hazmi35
- [max-len] ignore urls strings, templateLiterals, and RegExpLiterals (#353) [55e3de7] by @Hazmi35
Notes
[⚠️ ] Warning
- Now
@hazmi35/eslint-config
requires:
eslint
version 8.7.0 or above
@typescript-eslint/parser
version 5.10.0 or above
@typescript-eslint/eslint-plugin
version 5.10.0 or above
typescript
version 3.3.1 to 4.6.0 - This is done to avoid typescript-eslint/typescript-eslint#4444
Version 8.0.0
8.0.0 (2022-1-15)
Please see the full changes here: 7.0.1...8.0.0
Notable changes
Features
Notes
[⚠️ ] Warning
- There are some breaking changes in commit e6de833.
- That commit includes a revamp of all the ESLint rules, which all the changes are included in #325 PR.
- This change will probably make a lots of ESLint errors and warning in your project.
- Plus in this revamp, the semver range for dependencies is updated. Now
@hazmi35/eslint-config
requires:
eslint
version 8.6.0 or above
@typescript-eslint/parser
version 5.9.1 or above
@typescript-eslint/eslint-plugin
version 5.9.1 or above
typescript
version 3.3.1 to 4.6.0
Version 7.0.1
Version 7.0.0
7.0.0 (2021-10-13)
Please see the full changes here: 6.0.2...7.0.0
Notable changes
- [BREAKING] Update semver range for peer dependencies [93d093c]:
Now requireseslint
8.0.0 or above and@typescript-eslint/eslint-plugin
+@typescript-eslint/parser
5.0.0 or above