Skip to content

Re-enable the jsdoc/tag-lines eslint rule #1979

@maribethb

Description

@maribethb

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.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.
  • Run npm run lint:fix from 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions