Skip to content

Commit

Permalink
fix: add override options type for stylistic (closes #391) (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjfLeo committed Jan 17, 2024
1 parent 2e1117e commit 187e570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Expand Up @@ -291,7 +291,7 @@ export interface OptionsConfig extends OptionsComponentExts {
*
* @default true
*/
stylistic?: boolean | StylisticConfig
stylistic?: boolean | (StylisticConfig & OptionsOverrides)

/**
* Enable react rules.
Expand Down

0 comments on commit 187e570

Please sign in to comment.