Skip to content

Commit 76fdc8f

Browse files
committed
style: fix lint
1 parent 9d4b402 commit 76fdc8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/grammar/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** biome-ignore-all lint/suspicious/noExplicitAny: <explanation> */
1+
// biome-ignore-all lint/suspicious/noExplicitAny: false positive
22
import * as tm from "tmlanguage-generator";
33

44
export const bounded = (text: string) => `\\b${text}\\b`;

0 commit comments

Comments
 (0)