Skip to content

Commit 898828d

Browse files
authoredMar 22, 2025
feat: support type augmentation for rule options (#695)
1 parent 1866b64 commit 898828d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { VendoredPrettierOptions } from './vender/prettier-types'
88

99
export type Awaitable<T> = T | Promise<T>
1010

11-
export type Rules = RuleOptions
11+
export interface Rules extends RuleOptions {}
1212

1313
export type { ConfigNames }
1414

0 commit comments

Comments
 (0)