Skip to content

Release v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 06:44
· 18 commits to main since this release
79f522b

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