Skip to content

Releases: eslint-community/eslint-plugin-n

Release 15.2.3

16 Jun 02:36
793a48b
Compare
Choose a tag to compare
  • fix: default mapping of sourc .ts import of unspecified extension should be .js (#29) (3736fa9)

Release 15.2.2

09 Jun 02:49
ee28ab6
Compare
Choose a tag to compare
  • fix: no-missing-import for typescript (#24) (f65ca8b)

Release 15.2.1

02 Jun 02:41
5928695
Compare
Choose a tag to compare
  • fix: Add proper file extensions when importing a typescript file from a typescript file (#20) (c8d0484)
  • chore: upgrade deps to latest (#18) (88b4d95)

Release 15.2.0

25 Apr 02:39
cb4f099
Compare
Choose a tag to compare

Release 15.1.0

24 Mar 02:31
e0cc723
Compare
Choose a tag to compare
  • feat: Allow dynamic import for Node.js >=12.17 <13 || >=13.2 (#13) (caccbef)

Release 15.0.1

23 Feb 08:29
b814735
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 15.0.0...15.0.1

Release 15.0.0

23 Feb 02:26
26448e0
Compare
Choose a tag to compare

What's Changed

Breaking

  • removed tryExtensions option in the following rules, as they do not work as Node's esm:
    • file-extension-in-import
    • no-extraneous-import
    • no-missing-import
    • no-unpublished-import

Features

  • add support for Node.js ESM resolution by @giltayar in #4

New Contributors

Full Changelog: 14.0.0...15.0.0

Release 14.0.0

17 Dec 07:09
508479d
Compare
Choose a tag to compare
  • docs: update fork info (fbede25)
  • break: rename the pkg to eslint-plugin-n (fad2d1e)

Release 13.0.1

30 Nov 07:20
e31a6e1
Compare
Choose a tag to compare

Release 13.0.0

29 Nov 11:41
defa2ce
Compare
Choose a tag to compare
  • build: update scripts/update-lib-index.js for eslint v8 (e183f6e)
  • fix: release-it config (4c42a2c)
  • feat!: support eslint v8 (#1) (3ea88d1)
  • breaking: drop node.js < 12, eslint < 7