-
Notifications
You must be signed in to change notification settings - Fork 638
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
Re-enable the jsdoc/tag-lines
eslint rule
#1979
Comments
I can help with this if needed once #1946 gets merged |
could i work on this? |
@jaas666 were you still interested in working on this? |
Sorry, no bandwidth at the moment. |
Let me know if this is still up for grabs, might be related to #1978, since running |
Done @sdthaker ! I'll get you feedback on your other PRs/issues this morning =) |
Check for duplicates
Component
all
Problem
In #1946, we adjusted the way linting works in the repo and had to disable some rules. One of them is the
jsdoc/tag-lines
rule, which controls how many empty lines should be present between the description paragraph and any tags present.In the
eslint.config.js
file, find the commented out line forjsdoc/tag-lines
in the section of rules that applies to TypeScript file. Uncomment the line and remove the TODO comment.Request
To close this issue:
eslint.config.js
file, find the commented out line forjsdoc/tag-lines
in the section of rules that applies to TypeScript file. Uncomment the line and remove the TODO comment.npm run lint:fix
from the root of blockly-samples to automatically fix all of the issues related to this eslint ruleAlternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: