Skip to content

Releases: npm/eslint-config

@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)