Skip to content

Fix JSDoc lint errors in define-grammar.js#356

Open
gthb wants to merge 1 commit into
tree-sitter:masterfrom
gthb:fix-jsdoc-lint-errors
Open

Fix JSDoc lint errors in define-grammar.js#356
gthb wants to merge 1 commit into
tree-sitter:masterfrom
gthb:fix-jsdoc-lint-errors

Conversation

@gthb

@gthb gthb commented Mar 3, 2026

Copy link
Copy Markdown

Fix two kinds of lint errors seen in npm run lint output:

  • replace @return with @returns to satisfy jsdoc/check-tag-names rule

  • remove trailing blank lines in JSDoc blocks to satisfy jsdoc/tag-lines rule

Fix two kinds of lint errors seen in `npm run lint` output on master:

- replace `@return` with `@returns` to satisfy jsdoc/check-tag-names rule

- remove trailing blank lines in JSDoc blocks to satisfy jsdoc/tag-lines rule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant