Releases: aboutbits/eslint-config
Releases · aboutbits/eslint-config
Release v3.0.0
What's Changed
- use strict-type-checked and stylistic-type-checked for typescript by @lukasvice in #7
Full Changelog: v2.4.1...v3.0.0
Release v3.0.0-beta.3
3.0.0-beta.3
Release v3.0.0-beta.2
3.0.0-beta.2
Release v3.0.0-beta.1
3.0.0-beta.1
Release v2.4.1
Release v3.0.0-beta.0
3.0.0-beta.0
Release v2.4.0
What's Changed
- force self-closing of components and html tags without children by @lukasvice in #9
Full Changelog: v2.3.0...v2.4.0
Release v2.3.0
What's Changed
- improve import-order to be unambiguous by defining all groups by @lukasvice in #5
- add json files to be validated by default by @lukasvice in #6
- allow numbers in string literals by @lukasvice in #8
Important
You have to add json files to your tsconfig
in order to lint them:
"include": [
...
"**/**.json",
...
]
Full Changelog: v2.2.4...v2.3.0
Release v2.2.4
New/Improved
- Dependency updates
Release v2.2.3
New/Improved
- Add Node 20 support