Skip to content

Commit

Permalink
Explicitly ignore unused var in TypeScript (#4709)
Browse files Browse the repository at this point in the history
Signed-off-by: guidsdo <[email protected]>
Co-authored-by: guidsdo <[email protected]>
  • Loading branch information
guidsdo and guidsdo authored Oct 11, 2024
1 parent ce2557f commit 933c4e0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import <file.grammarName>Visitor from "./<file.grammarName>Visitor.js";
<endif>

// for running tests with parameters, TODO: discuss strategy for typed parameters in CI
// eslint-disable-next-line no-unused-vars
// @ts-ignore
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
type int = number;

<namedActions.header>
Expand Down

0 comments on commit 933c4e0

Please sign in to comment.