We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
utils
1 parent 35f1938 commit 844cb1eCopy full SHA for 844cb1e
types/index.d.ts
@@ -4,4 +4,4 @@ export declare const configs: { recommended: Linter.Config }
4
5
export declare const rules: NonNullable<ESLint.Plugin["rules"]>
6
7
-export declare const utils: (ruleId?: string) => void
+export declare const utils: { patch: (ruleId?: string) => void }
0 commit comments