Skip to content

Commit

Permalink
fix safelist variant key required by typings (#9200)
Browse files Browse the repository at this point in the history
  • Loading branch information
acalvino4 committed Aug 28, 2022
1 parent b0a5499 commit da85042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/config.d.ts
Expand Up @@ -49,7 +49,7 @@ type SafelistConfig =
| string[]
| {
pattern: RegExp
variants: string[]
variants?: string[]
}[]

// Presets related config
Expand Down

0 comments on commit da85042

Please sign in to comment.