standard / eslint-config-standard

ESLint Config for JavaScript Standard Style
https://standardjs.com
MIT License
2.6k stars 565 forks source link

Allow for 16.6 or greater OR 17.9 (latest) or greater eslint-plugin-n #419

Open krainboltgreene opened 2 months ago

krainboltgreene commented 2 months ago

The eslint-plugin-n package has had a major version bump (https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md#1700-2024-04-08).

The breaking changes don't seem to affect this library and it's preventing some users of this library from upgrading their eslint-plugin-n dep.

I tried the version constraint in https://semver.npmjs.com/ prior.