Skip to content

Releases: deliveryhero/eslint-config-logistics

v3.0.1

24 May 12:06
c43253f
Compare
Choose a tag to compare

3.0.1 (2022-05-24)

Bug Fixes

  • make component definition match prior style (#49) (c43253f)

v3.0.0

24 May 09:40
6aebf4f
Compare
Choose a tag to compare

3.0.0 (2022-05-24)

chore

BREAKING CHANGES

  • major eslint config update (lint failures expected on update), major peerDeps updates (eslint, pretter, @babel/eslint-parser)

v2.0.0

20 Aug 11:57
9a18bed
Compare
Choose a tag to compare

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 as import './foobar.css', the auto-fixing can possibly fail)
  • This upgrades all dependencies including eslint and the various plugins across major versions.

v1.4.0

21 Jun 15:39
45107ae
Compare
Choose a tag to compare

1.4.0 (2019-06-21)

Features

  • package.json: Fix release (#19) (45107ae)
  • package.json: Upgrade dependencies (#17) (49fcd69)
  • readme: force release by updating readme (#18) (b12c538)

v1.3.0

09 Apr 16:13
44d064c
Compare
Choose a tag to compare

1.3.0 (2019-04-09)

Features

  • readme: force release by updating readme (#15) (44d064c)

v1.2.1

18 Jan 13:56
e9af1bf
Compare
Choose a tag to compare

1.2.1 (2019-01-18)

Bug Fixes

  • npm-token: protect npm token (#8) (e9af1bf)

v1.2.0

17 Jan 14:42
e36fe3e
Compare
Choose a tag to compare

1.2.0 (2019-01-17)

Features

v1.1.1

16 Jan 17:08
f5f13da
Compare
Choose a tag to compare

1.1.1 (2019-01-16)

Bug Fixes

v1.1.0

16 Jan 14:39
cd20536
Compare
Choose a tag to compare

1.1.0 (2019-01-16)

Features

  • readme: Force release trigger, which should've happened on previous version (#11) (cd20536)

v1.0.3

16 Jan 13:15
cb05c62
Compare
Choose a tag to compare

1.0.3 (2019-01-16)

Bug Fixes