File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ export type Options = Partial<{
21
21
declarationMatchesPattern ?: string
22
22
allNamesMatchPattern ?: string
23
23
}
24
+ groups : (
25
+ | { newlinesBetween : 'ignore' | 'always' | 'never' }
26
+ | Group [ ]
27
+ | Group
28
+ ) [ ]
24
29
type : 'alphabetical' | 'line-length' | 'unsorted' | 'natural' | 'custom'
25
30
customGroups : Record < string , string [ ] | string > | CustomGroup [ ]
26
31
/**
@@ -30,7 +35,6 @@ export type Options = Partial<{
30
35
newlinesBetween : 'ignore' | 'always' | 'never'
31
36
specialCharacters : 'remove' | 'trim' | 'keep'
32
37
locales : NonNullable < Intl . LocalesArgument >
33
- groups : ( Group [ ] | Group ) [ ]
34
38
partitionByNewLine : boolean
35
39
/**
36
40
* @deprecated for {@link `useConfigurationIf.declarationMatchesPattern`}
You can’t perform that action at this time.
0 commit comments