Skip to content

Releases: eslint-community/eslint-plugin-n

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