Skip to content

Commit 187e570

Browse files
authoredJan 17, 2024
fix: add override options type for stylistic (closes #391) (#392)
1 parent 2e1117e commit 187e570

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
@@ -291,7 +291,7 @@ export interface OptionsConfig extends OptionsComponentExts {
291291
*
292292
* @default true
293293
*/
294-
stylistic?: boolean | StylisticConfig
294+
stylistic?: boolean | (StylisticConfig & OptionsOverrides)
295295

296296
/**
297297
* Enable react rules.

0 commit comments

Comments
 (0)
Please sign in to comment.