mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Add organizeImports to save action
This commit is contained in:
parent
a8243c476c
commit
be3cc74e5d
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user