We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a393ad3 commit 5a2f812Copy full SHA for 5a2f812
internal/modulespecifiers/types.go
@@ -95,10 +95,10 @@ const (
95
)
96
97
type UserPreferences struct {
98
- ImportModuleSpecifierPreference ImportModuleSpecifierPreference
99
- ImportModuleSpecifierEndingPreference ImportModuleSpecifierEndingPreference
100
- IncludePackageJsonAutoImports IncludePackageJsonAutoImports
101
- AutoImportSpecifierExcludeRegexes []string
+ ImportModuleSpecifierPreference ImportModuleSpecifierPreference
+ ImportModuleSpecifierEnding ImportModuleSpecifierEndingPreference
+ IncludePackageJsonAutoImports IncludePackageJsonAutoImports
+ AutoImportSpecifierExcludeRegexes []string
102
}
103
104
type ModuleSpecifierOptions struct {
0 commit comments