Merge pull request #14 from lokyoung/fix/remove-vscode-config
fix: remove vscode configpull/165/head
commit
e9e0713355
|
@ -55,6 +55,7 @@ typings/
|
|||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.vscode
|
||||
.env
|
||||
.idea
|
||||
.DS_Store
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
// 将设置放入此文件中以覆盖默认值和用户设置。
|
||||
{
|
||||
"eslint.enable": true,
|
||||
"eslint.options": {
|
||||
"extensions": [
|
||||
".js",
|
||||
".jsx",
|
||||
".vue"
|
||||
],
|
||||
"configFile": ".eslintrc"
|
||||
},
|
||||
"eslint.validate": [
|
||||
{
|
||||
"language": "html",
|
||||
"autoFix": true
|
||||
},
|
||||
{
|
||||
"language": "vue",
|
||||
"autoFix": true
|
||||
},
|
||||
{
|
||||
"language": "javascript",
|
||||
"autoFix": true
|
||||
},
|
||||
{
|
||||
"language": "javascriptreact",
|
||||
"autoFix": true
|
||||
}
|
||||
],
|
||||
"emmet.syntaxProfiles": {
|
||||
"vue-html": "html",
|
||||
"vue": "html"
|
||||
},
|
||||
"eslint.autoFixOnSave": true,
|
||||
"vetur.validation.template": true,
|
||||
"vetur.format.html.wrap_line_length": 60,
|
||||
"vetur.format.js.InsertSpaceBeforeFunctionParenthesis": true,
|
||||
"stylefmt.config": {
|
||||
"fix": true
|
||||
},
|
||||
"editor.tabSize": 2
|
||||
}
|
Loading…
Reference in New Issue