⚙ settings - standard imports + quote formatting
This commit is contained in:
parent
efd75823f9
commit
684e7c4ddb
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -8,5 +8,9 @@
|
|||||||
"prettier.enable": false,
|
"prettier.enable": false,
|
||||||
"[typescript]": {
|
"[typescript]": {
|
||||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||||
}
|
},
|
||||||
|
"javascript.preferences.quoteStyle": "single",
|
||||||
|
"javascript.preferences.importModuleSpecifierEnding": "minimal",
|
||||||
|
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
||||||
|
"typescript.preferences.includePackageJsonAutoImports": "on"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user