Skip to content

Releases: bjerkio/eslint-config

v6.0.2

01 Sep 09:59
21e3ead
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.0.2

v6.0.1

13 Aug 12:34
d0f688a
Compare
Choose a tag to compare

6.0.1 (2023-08-13)

Bug Fixes

  • add missing file to package (d4030ac)

v6.0.0

09 Aug 06:03
43e8d72
Compare
Choose a tag to compare

6.0.0 (2023-08-09)

⚠ BREAKING CHANGES

  • improve esm rules (#270)

Features

Bug Fixes

  • deps: update dependency eslint-config-prettier to v9 (#267) (790581d)

v5.4.0

30 Jul 00:22
1d50d64
Compare
Choose a tag to compare

5.4.0 (2023-07-24)

Features

Bug Fixes

  • do not depend on prettier and typescript (#261) (824cbbd)

5.3.1

19 Jul 17:00
Compare
Choose a tag to compare

Full Changelog: v5.3.0...5.3.1

v5.3.0

19 Jul 16:57
ad7f71c
Compare
Choose a tag to compare

5.3.0 (2023-07-19)

Features

  • bump eslint to ^8.45.0 (2e2d467)
  • use modern module resolution (adc1c91)

v5.2.0

18 Jul 22:45
e79129b
Compare
Choose a tag to compare

5.2.0 (2023-07-18)

Features

Bug Fixes

  • deps: update dependency eslint-plugin-unicorn to v48 (#253) (73fe733)

v5.1.0

14 Jul 15:23
2e3873e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

13 Jul 19:48
Compare
Choose a tag to compare

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:

You can import only the ones you want if that is your style.

⚠ BREAKING CHANGES

  • use typed checked linting and stylistic config (#247)
  • split into separate configs (#246)

Features

  • remove unused dependencies (daec2b3)
  • use typed checked linting and stylistic config (#247) (b461fd6)

Code Refactoring

v4.2.0

06 Jul 07:53
79c6025
Compare
Choose a tag to compare

4.2.0 (2023-07-06)

Features

  • deps: update dependency prettier to v3 (#238) (8959828)