Skip to content

Releases: jnmorse/eslint-rule-finder

v1.3.3

29 Jun 21:34
v1.3.3
7541552
Compare
Choose a tag to compare

Migrating to Typescript

started working on migrating to typescript

Bug Fixes

  • deps-dev: updated to eslint 6.0.1 (2964b07)
  • LoadConfig: fixed issue with loading config files (46289f0)

v1.3.2

24 Jun 16:21
v1.3.2
d0871ce
Compare
Choose a tag to compare

Bug Fixes

  • rules from plugins not loading (1a73509)

v1.3.0

24 Jun 14:03
v1.3.0
204bf4b
Compare
Choose a tag to compare

Warning

this release was broken, please do not use

Bug Fixes

  • looading rules methods (3addc31)
  • deps-peer: bumped eslint peerDependency (6ec0db7)

Features

  • deps-dev: updated eslint to 6.0.0 (e13d605)

v1.2.2

06 Jun 00:49
v1.2.2
c6a76db
Compare
Choose a tag to compare

Bug Fixes

  • issue with LoadConfig getting deprecated (110a529)

Version 1.2.1

05 Apr 00:49
3aec358
Compare
Choose a tag to compare

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

08 Oct 14:15
0e1e303
Compare
Choose a tag to compare
  • 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

07 Oct 15:24
f3c0f01
Compare
Choose a tag to compare

Changed sortRules function to be consistent with other functions, and return a Map instead of an array.