-
Notifications
You must be signed in to change notification settings - Fork 661
Closed
Labels
good first issueGood for newcomersGood for newcomerstype: feature requestNew feature or requestNew feature or request
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
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 for jsdoc/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:
- Wait for chore: add formatting with prettier #1946 to be submitted
- In the
eslint.config.jsfile, find the commented out line forjsdoc/tag-linesin the section of rules that applies to TypeScript file. Uncomment the line and remove the TODO comment. - Run
npm run lint:fixfrom the root of blockly-samples to automatically fix all of the issues related to this eslint rule - Open a PR with the changes
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype: feature requestNew feature or requestNew feature or request