Releases: jnmorse/eslint-rule-finder
Releases · jnmorse/eslint-rule-finder
v1.3.3
v1.3.2
v1.3.0
v1.2.2
Version 1.2.1
Minor update, mainly change package versions and updating test to reflect more rules.
There is one moderate vulnerability being reported by npm audit
that is a dependency of Mocha, js-yaml.
https://npmjs.com/advisories/788
Version 1.0.8
- load-config: removed comments
- unused-rules: eslint-plugin-import does not include docs so was causing errors
- dependencies: babel-eslint, was not resolving if was not found
- readme: added a newline after npm test
Version 1.0.3
Changed sortRules function to be consistent with other functions, and return a Map instead of an array.