Skip to content

Releases: Lundalogik/eslint-config

v4.0.0

25 Aug 11:04

Choose a tag to compare

4.0.0 (2025-08-25)

⚠ BREAKING CHANGES

  • Require Node.js 20.10

Features

  • update eslint-plugin-unicorn from v59.0.1 to v60.0.0 (cd39675)

v3.0.2

08 Jul 14:47

Choose a tag to compare

3.0.2 (2025-07-08)

Bug Fixes

  • eslint.config.js: allow comments in json files (8883d5d)

v3.0.1

08 Jul 13:02

Choose a tag to compare

3.0.1 (2025-07-08)

Bug Fixes

  • eslint.config.js: ensure files are checked in with unix style line endings (03e073a)

v3.0.0

08 Jul 07:30

Choose a tag to compare

3.0.0 (2025-07-08)

⚠ BREAKING CHANGES

  • eslint: Many rules might have changed, resulting in breaking builds

Features

  • eslint: update to ESLint 9 (a126928)

Bug Fixes

  • remove __dirname leftover (014c778)

v2.0.2

15 Nov 15:38

Choose a tag to compare

2.0.2 (2023-11-15)

Bug Fixes

  • .eslintrc.js: remove some test-related rules that was copied from lime-elements (6315b4a)

v2.1.0-tsdoc.1

07 Nov 14:32

Choose a tag to compare

v2.1.0-tsdoc.1 Pre-release
Pre-release

2.1.0-tsdoc.1 (2023-11-07)

Features

  • replace jsdoc with tsdoc (6cefb03)

v2.0.1

31 Oct 16:29

Choose a tag to compare

2.0.1 (2023-10-31)

Bug Fixes

  • add postinstall script for copying .prettierrc to consumer project (6481d5f)

v2.0.0

29 Oct 09:39

Choose a tag to compare

2.0.0 (2023-10-29)

Bug Fixes

  • dependencies: make most dependencies devDependencies (821a822)

Features

  • dependecies: put tighter restrictions on peerDependencies (0b3a8ea)

BREAKING CHANGES

  • dependecies: This commits restricts the peerDependencies from >= to ^, in
    order to enable better control of styles within packages depending
    on this shared configuration. This package is currently in a
    somewhat experimental phase, and restrictions may be opened up or
    restricted further as we find what fits best for internal use at
    Lime.

v1.0.1

28 Oct 21:02

Choose a tag to compare

1.0.1 (2023-10-28)

Bug Fixes

  • package: add required peer dependencies (8294559)
  • rename repo to make it work as shared config (1d70b64)

v1.0.0

28 Oct 20:05

Choose a tag to compare

1.0.0 (2023-10-28)

Features

  • add dependencies on, and rules for, eslint, prettier, and various plugins (185a4b6)