2019-03-01 17:19:29 +08:00
|
|
|
{
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.classpath": true,
|
|
|
|
"**/.project": true,
|
|
|
|
"**/.settings": true,
|
2019-03-16 02:55:12 +08:00
|
|
|
"**/.factorypath": true,
|
|
|
|
"target/**": true,
|
2019-09-25 18:06:04 +08:00
|
|
|
".eclipse/**": true,
|
2019-09-28 02:59:36 +08:00
|
|
|
".idea/**": true,
|
|
|
|
".production/build/**": true,
|
|
|
|
".production/_temp/**": true,
|
|
|
|
".production/node_modules/**": true
|
2019-03-01 17:19:29 +08:00
|
|
|
},
|
2019-03-29 02:05:39 +08:00
|
|
|
"editor.fontSize": 12,
|
2019-08-18 13:24:46 +08:00
|
|
|
"editor.tabSize": 2,
|
2019-04-03 18:16:03 +08:00
|
|
|
"editor.formatOnSave": true,
|
2019-08-18 13:24:46 +08:00
|
|
|
"eslint.autoFixOnSave": true,
|
2019-04-02 17:44:03 +08:00
|
|
|
"eslint.options": {
|
|
|
|
"configFile": "./.eslintrc.json"
|
|
|
|
},
|
|
|
|
"eslint.validate": [
|
|
|
|
"javascript",
|
|
|
|
"javascriptreact",
|
|
|
|
"html"
|
|
|
|
],
|
2019-08-30 16:51:13 +08:00
|
|
|
"prettier.eslintIntegration": true,
|
|
|
|
"workbench.editor.enablePreview": false
|
2019-08-18 13:24:46 +08:00
|
|
|
}
|
|
|
|
// node and eslint(-g)
|
|
|
|
// Plugins: Beautify and ESLint
|