Skip to content

Commit 1ca685c

Browse files
committed
fix: add lint ignore
1 parent 7d5f1d8 commit 1ca685c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builtin/action/submatch.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,11 @@ function getContext<T, A extends string>(params: unknown): Context<T, A> {
159159
* Default submatching actions with common matchers.
160160
*/
161161
export const defaultSubmatchActions: {
162+
// deno-lint-ignore no-explicit-any
162163
"sub:fzf": Action<any>;
164+
// deno-lint-ignore no-explicit-any
163165
"sub:substring": Action<any>;
166+
// deno-lint-ignore no-explicit-any
164167
"sub:regexp": Action<any>;
165168
} = {
166169
"sub:fzf": submatch([fzf]),

0 commit comments

Comments
 (0)