Releases: eslint-community/eslint-plugin-n
Releases · eslint-community/eslint-plugin-n
Release 16.1.0
- feat: Allow for automatic ts mapping detection (#114) (2ab30ce)
- feat: add config
flat/recommended
and flat/mixed-esm-and-cjs
(#111) (78595c4)
- feat: export flat/recommended-script and flat/recommended-module (#113) (1f8fdc8)
- feat: add the ability to configure typescript to javascript file extension conversion (#112) (20d2713)
Release 16.0.1
- fix: Update all dependencies. Fix a few tests where eslint now reports nodeType: null. (44cec62)
Release 16.0.0
breaking changes
- feat!: update default
ecmaVersion
to 2021 (#96) (49d3ee7)
- feat!: engines.node defaults to 16.0.0 (#91) (075f0c5)
- feat!: drop node.js < 16 (#90) (38a67ef)
features
Release 16.0.0-1
- fix: missing import recognise tsx extension (#97) (5fae8a5)
Release 15.7.0
- feat: no-unpublished-import supports ignoreTypeImport (fixes #78) (#79) (1fc0bf6)
Release 15.6.1
- fix: Allow imports of self-referenced package (#74) (17270f8)
- chore: upgrade eslint-doc-generator v1.4 (#76) (83446a1)
Release 15.5.2
- fix: modules support range (#71) (79b7984)
- chore: update eslint-doc-generator to v1.0.0 (#72) (27a73d5)
- build: add node v19(ubuntu) (#68) (1665777)
- docs: cleanup docs, add markdownlint, tweak eslint-doc-generator options (#64) (bdfd61a)