Skip to content

Commit 844cb1e

Browse files
committed
Fix type of utils
1 parent 35f1938 commit 844cb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export declare const configs: { recommended: Linter.Config }
44

55
export declare const rules: NonNullable<ESLint.Plugin["rules"]>
66

7-
export declare const utils: (ruleId?: string) => void
7+
export declare const utils: { patch: (ruleId?: string) => void }

0 commit comments

Comments
 (0)