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