-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add supports for eslint-plugin-unicorn
#55
Comments
Sure! It is highly extendable 🙂 There is already support for e.g. jsdoc and other stuff. Do you want to try it and open a PR? Will grant you write access so you don't need to fork There is also a script to generate a |
Sorry, but I don't use ts at all. |
I will not hurt you 😏 Could you write your top 10 most used rules of |
I had a quick look on the script, you're hard coding the docs links, why not load the rule, links exists in their meta. Can these options generated from the schema?(Just an idea.) |
Every plugin has a different kind of structure and generating them automatically would not result in such good types than with handcrafted types and JSDoc. |
Can you explain? |
In example https://github.com/aotaduy/eslint-plugin-spellcheck/blob/master/rules/spell-checker.js doesn't have a link to the docs I manually added this was copied from the docs https://github.com/aotaduy/eslint-plugin-spellcheck#configuration-options |
I see, but we can still use script to generate them, and modify if nessary. |
Please feel free to create a draft. And feel free to do that in plain js for now. Just create a branch/PR and feel free to escalate 😄 |
Okay, I'll try, going to sleep now. |
Added you on Discord 👀 |
Finally I found some free time to work on an automation to generate the rules I added support for your requested plugin 🎉 Will be released in |
Wow, found this is so cool, can we add support for eslint-plugin-unicorn?
The text was updated successfully, but these errors were encountered: