Releases: bjerkio/eslint-config
Releases · bjerkio/eslint-config
v6.0.2
v6.0.1
v6.0.0
v5.4.0
5.3.1
Full Changelog: v5.3.0...5.3.1
v5.3.0
v5.2.0
v5.1.0
v5.0.0
v5 is yet a step towards making our code more readable and maintainable!
With v5 we are introducing typed checked lining. typescript-eslint also recommends using stylistics config which v5 introduces too. To further make it easier for contributors and consumers of this eslint config, the separate topics are split into:
- @bjerk/eslint-config/base – base configuration, i.e. javascript rules
- @bjerk/eslint-config/import – import-related rules
- @bjerk/eslint-config/typescript – typescript-related rules
You can import only the ones you want if that is your style.
⚠ BREAKING CHANGES
Features
- remove unused dependencies (daec2b3)
- use typed checked linting and stylistic config (#247) (b461fd6)