Releases: eslint-community/eslint-plugin-n
Releases · eslint-community/eslint-plugin-n
Release 17.0.0-0
This version is not ready for production use and is provided to gather feedback from the community before releasing the final version. Please let us know if you having any problems or feedback by creating issues on our GitHub repo.
🔗 Installing
Since this is a pre-release version, you will not automatically be upgraded by npm. You must specify the next tag when installing:
npm i eslint-plugin-n@next -D
💥 Breaking changes:
Release 16.6.2
Release 16.6.1
Release 16.6.0
Release 16.5.0
Release 16.4.0
Release 16.3.1
Release 16.3.0
Features:
Chores:
- chore: Remove unused "meta.docs.category" property (#133) (22ba54c)
- docs: Fix spelling in no-callback-literal.md (#135) (79c8afd)
- docs: change rule desc input to textarea in new-rule template (446e744)
- docs: add issue templates (#130) (2200c43)
- docs: Fix grammatically incorrect
Additional ESLint's rules
(#129) (fba650a)
Release 16.2.0
Features
Bugfixes
- fix: Normalise
package.json#files
before checking ignores and whitelist (#123) (fixes #122) (2d43f48)
Docs & Chores
- docs: fix repository URL:s, tweak badges + remove old non-working
codecov
(#125) (5507f43) - chore: Add a .editorconfig file (#126) (574df88)
- chore: use maintained
npm-run-all
fork (#124) (98ea90e) - ci: fix
actions/setup-node
setup for linting (7f54d0c) - chore: remove unused funding.yml (4f3891c)
- docs: Create a shared settings document (#115) (7d855e6)
- chore: remove usage of @eslint/eslintrc (#116) (150b34f)
- build: add node v20 (#117) (b7d0536)
Release 16.1.0
- feat: Allow for automatic ts mapping detection (#114) (2ab30ce)
- feat: add config
flat/recommended
andflat/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)