-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update readme for eslint #2
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
=======================================
Coverage 90.51% 90.51%
=======================================
Files 22 22
Lines 369 369
Branches 56 56
=======================================
Hits 334 334
Misses 26 26
Partials 9 9 Continue to review full report at Codecov.
|
Looking into how they do docs over at typescript-eslint I found this line. It seems they call the eslint-docs tool there. However it is not installed as part of their monorepo. I tried to clone that repo and run I think I'll do the table for the rules manually for now and the we can look into automating it later. |
Note that this PR will only port the readme file to eslint and split out all the rule docs to separate files. It does not fix each rule doc, they will be ported in a future PR. |
* Change some links * Split to files * Index * Remove extra line * Update installing and usage * Update descriptions * Update recommended rules and remove sample config * Fix package name * Add how to develop info * Standard rules * Fix wording * Update rule info
Fixes #1