Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsidorenco committed Apr 4, 2024
1 parent e1a5015 commit c531ceb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
/// <reference types="tree-sitter-cli/dsl" />
// @ts-check

/**

Check failure on line 14 in grammar.js

View workflow job for this annotation

GitHub Actions / Test parser (ubuntu-latest)

Missing JSDoc @return for function

Check failure on line 14 in grammar.js

View workflow job for this annotation

GitHub Actions / Test parser (ubuntu-latest)

Missing JSDoc for parameter 'x'
* shorthand for token.immediate
*/
function imm(x) {
return token.immediate(x);
}
Expand Down

0 comments on commit c531ceb

Please sign in to comment.