j-f1 / eslint-docs

Keep your rule names and descriptions up-to-date across your repo
https://j-f1.github.io/eslint-docs
ISC License
3 stars 3 forks source link

Handles recommended and fixable flags in rules documentation #35

Closed weirdpattern closed 5 years ago

weirdpattern commented 5 years ago

Reformat the list of rules into a table Add recommended and fixable flags Update dependencies Update .babelrc to node: 6

Output will look like...

1

Not sure if you see a benefit in adding a flag to either render the old look vs the new look

closes #32 closes #33 closes #34

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a7eb98b). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #35   +/-   ##
=========================================
  Coverage          ?   92.85%           
=========================================
  Files             ?        5           
  Lines             ?       84           
  Branches          ?       19           
=========================================
  Hits              ?       78           
  Misses            ?        5           
  Partials          ?        1
Impacted Files Coverage Δ
src/actions/read-rule.js 76% <100%> (ø)
src/actions/update-readme.js 100% <100%> (ø)

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 a7eb98b...74ca8a6. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@a7eb98b). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #35   +/-   ##
=========================================
  Coverage          ?   92.85%           
=========================================
  Files             ?        5           
  Lines             ?       84           
  Branches          ?       19           
=========================================
  Hits              ?       78           
  Misses            ?        5           
  Partials          ?        1
Impacted Files Coverage Δ
src/actions/read-rule.js 76% <100%> (ø)
src/actions/update-readme.js 100% <100%> (ø)

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 a7eb98b...532cd1f. Read the comment docs.

weirdpattern commented 5 years ago

Alright, we should be ready to go

weirdpattern commented 5 years ago

Ok missed the last comment.. working on this

j-f1 commented 5 years ago

Published as v0.2.0 🎉