Releases: deliveryhero/eslint-config-logistics
Releases · deliveryhero/eslint-config-logistics
v3.0.1
v3.0.0
v2.0.0
2.0.0 (2021-08-20)
Bug Fixes
- release: add GitHub token for all steps (#43) (9a18bed)
- release using github actions (#42) (ba15dff)
chore
Features
- add
import/order
rule (#41) (a4c8030) - no-console: disallow the use of console.log and console.warn (#29) (5642d6f)
BREAKING CHANGES
- Existing code will have to be updated using
eslint --fix
, which will re-order everything correctly. (Caveat: if there are bare imports such asimport './foobar.css'
, the auto-fixing can possibly fail) - This upgrades all dependencies including eslint and the various plugins across major versions.