vscode settings
parent
af49034e5d
commit
37431e1ffc
|
@ -21,7 +21,7 @@
|
||||||
"prettier.singleQuote": true,
|
"prettier.singleQuote": true,
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.vue": "html"
|
"*.vue": "vue"
|
||||||
},
|
},
|
||||||
"editor.fontFamily": "'Hack', monospace",
|
"editor.fontFamily": "'Hack', monospace",
|
||||||
"terminal.integrated.fontFamily": "monospace",
|
"terminal.integrated.fontFamily": "monospace",
|
||||||
|
@ -42,5 +42,6 @@
|
||||||
"eslint.run": "onType",
|
"eslint.run": "onType",
|
||||||
"files.autoSave": "onWindowChange",
|
"files.autoSave": "onWindowChange",
|
||||||
"prettier.eslintIntegration": true,
|
"prettier.eslintIntegration": true,
|
||||||
"prettier.trailingComma": "es5"
|
"prettier.trailingComma": "es5",
|
||||||
|
"prettier.tslintIntegration": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue