Skip to content

Releases: npm/eslint-config

v3.1.0

21 Jul 18:52
8fc714b

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

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

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)