-
-
Notifications
You must be signed in to change notification settings - Fork 106
Add ESLint meta object with description and category #61
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
Conversation
In the changes you see most of them are changes in indentation. |
fa1c94f
to
7e62ba7
Compare
Can I have a review here? :) |
It'd be great to have As an organization, is anyone still active here to review this or the other PRs, @evilpacket ? @nlf ? |
I made a PR to replace this one as part of the new maintenance kickoff. The differences are outlined in the description: #79 |
@MarkKragerup Thank you for taking over! I forgot about this PR! |
@lolgab you are welcome. Happy to help. And thank you for raising the issue! |
* Update .gitignore * Closes #61 * Closes #48 * Update README.md Co-authored-by: Nicholas C. Zakas <[email protected]> * Update README.md Co-authored-by: Nicholas C. Zakas <[email protected]> * Update README.md Co-authored-by: Nicholas C. Zakas <[email protected]> * docs: changed meta urls to rule docs and shortened descriptions to one, markdownfree sentence. * docs: corrected snyk description * docs: updated to link on main Co-authored-by: Nicholas C. Zakas <[email protected]>
Hi team,
We use your plugin at Codacy for automated code reviews :)
We use ESLint's
meta
object field to add descriptions to the rules in our wrapperThis PR adds the descriptions to all the rules taken from the comments in the source files.
Hope this will be accepted.
Lorenzo