We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4b402 commit 76fdc8fCopy full SHA for 76fdc8f
1 file changed
src/grammar/helpers.ts
@@ -1,4 +1,4 @@
1
-/** biome-ignore-all lint/suspicious/noExplicitAny: <explanation> */
+// biome-ignore-all lint/suspicious/noExplicitAny: false positive
2
import * as tm from "tmlanguage-generator";
3
4
export const bounded = (text: string) => `\\b${text}\\b`;
0 commit comments