Add organizeImports to save action
This commit is contained in:
parent
a8243c476c
commit
be3cc74e5d
1 changed files with 1 additions and 17 deletions
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
@ -12,6 +12,7 @@
|
||||||
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.organizeImports": true,
|
||||||
"source.fixAll.eslint": true,
|
"source.fixAll.eslint": true,
|
||||||
"source.fixAll.stylelint": false
|
"source.fixAll.stylelint": false
|
||||||
},
|
},
|
||||||
|
@ -32,23 +33,6 @@
|
||||||
"package-lock.json": true,
|
"package-lock.json": true,
|
||||||
"*.{css,sass,scss}.d.ts": true
|
"*.{css,sass,scss}.d.ts": true
|
||||||
},
|
},
|
||||||
"rest-client.environmentVariables": {
|
|
||||||
"$shared": {
|
|
||||||
"host": "http://localhost:9321"
|
|
||||||
},
|
|
||||||
"dev-user": {
|
|
||||||
"token": "",
|
|
||||||
"refreshToken": "",
|
|
||||||
"authUsername": "user",
|
|
||||||
"authPassword": "user"
|
|
||||||
},
|
|
||||||
"dev-admin": {
|
|
||||||
"token": "",
|
|
||||||
"refreshToken": "",
|
|
||||||
"authUsername": "admin",
|
|
||||||
"authPassword": "admin"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"i18n-ally.localesPaths": ["src/i18n", "src/i18n/locales"],
|
"i18n-ally.localesPaths": ["src/i18n", "src/i18n/locales"],
|
||||||
"typescript.tsdk": "node_modules\\typescript\\lib",
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
||||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||||
|
|
Reference in a new issue