rebuild/.vscode/settings.json
2019-06-10 21:04:39 +08:00

25 lines
No EOL
578 B
JSON

{
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true,
"target/**": true,
".github/**": true,
".production/**": true,
".eclipse/**": true
},
"editor.fontSize": 12,
"editor.formatOnSave": true,
"eslint.options": {
"configFile": "./.eslintrc.json"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"html"
],
"eslint.autoFixOnSave": true,
"workbench.editor.enablePreview": false
}