Skip to content

Releases: npm/eslint-config

v4.0.5

01 Jul 15:04
b62fba5
Compare
Choose a tag to compare

4.0.5 (2024-07-01)

Bug Fixes

Chores

v4.0.4

02 May 15:51
f55dd58
Compare
Choose a tag to compare

4.0.4 (2024-05-02)

Bug Fixes

v4.0.3

22 Apr 14:50
535d236
Compare
Choose a tag to compare

4.0.3 (2024-04-21)

Bug Fixes

Chores

v4.0.2

09 May 20:20
Compare
Choose a tag to compare

4.0.2 (2023-05-09)

Bug Fixes

v4.0.1

03 Nov 20:50
Compare
Choose a tag to compare

4.0.1 (2022-11-03)

Dependencies

v4.0.0

14 Oct 05:24
69ac718
Compare
Choose a tag to compare

4.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • @npmcli/eslint-config is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

v3.1.0

21 Jul 18:52
8fc714b
Compare
Choose a tag to compare

3.1.0 (2022-07-21)

Features

  • add import, promise, and recommended rules (#34) (e1c01fd)

@npmcli/eslint-config v3.0.1

14 Mar 18:35
0fc0ca1
Compare
Choose a tag to compare

Bug Fixes

  • ignore tap-snapshots from linting (#21) (eb127fc)

@npmcli/eslint-config v3.0.0

14 Feb 18:14
39f4dfb
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • this will report lint errors for all variable shadowing except for the common case of t used in tap tests

Features

  • add no-shadow rule as an error (#11) (7af16a8)
  • allow global/native extensions in tests (#9) (5ddad11)