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
feat(experimental-utils): add suggestion
property for rule modules
#2033
feat(experimental-utils): add suggestion
property for rule modules
#2033
Conversation
Thanks for the PR, @G-Rath! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! |
Codecov Report
@@ Coverage Diff @@
## master #2033 +/- ##
=======================================
Coverage 93.93% 93.93%
=======================================
Files 172 172
Lines 7829 7829
Branches 2245 2245
=======================================
Hits 7354 7354
Misses 217 217
Partials 258 258
|
suggestion
property to interface & rules
suggestion
property to interface & rulessuggestion
property for rule modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
This property doesn't seem to be used for anything by ESLint (suggestions still work without it), but it's in the docs, and would let us plugin devs check if our rules have suggestions for documentation generation tooling.