sarbbottam / eslint-find-rules

Find built-in ESLint rules you don't have in your custom config
http://npm.im/eslint-find-rules
MIT License
201 stars 33 forks source link

refactor: remove unneeded fallback code #342

Closed MichaelDeBoey closed 2 years ago

MichaelDeBoey commented 2 years ago

As @PaperStrike mentioned in https://github.com/sarbbottam/eslint-find-rules/pull/337#commitcomment-59619616

codecov-commenter commented 2 years ago

Codecov Report

Merging #342 (18248f6) into master (e95f4ad) will increase coverage by 1.54%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #342      +/-   ##
===========================================
+ Coverage   98.45%   100.00%   +1.54%     
===========================================
  Files           9         9              
  Lines         194       185       -9     
===========================================
- Hits          191       185       -6     
+ Misses          3         0       -3     
Impacted Files Coverage Δ
src/lib/rule-finder.js 100.00% <100.00%> (+4.10%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e95f4ad...18248f6. Read the comment docs.