rebuild/.vscode/settings.json
2019-08-18 13:24:46 +08:00

27 lines
652 B
JSON

{
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true,
"target/**": true,
".github/**": true,
".production/**": true,
".eclipse/**": true
},
"editor.fontSize": 12,
"editor.tabSize": 2,
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"eslint.options": {
"configFile": "./.eslintrc.json"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"html"
],
"prettier.eslintIntegration": true
}
// node and eslint(-g)
// Plugins: Beautify and ESLint