mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-25 23:05:06 +08:00
30 lines
No EOL
784 B
JSON
30 lines
No EOL
784 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.classpath": true,
|
|
"**/.project": true,
|
|
"**/.settings": true,
|
|
"**/.factorypath": true,
|
|
"target/**": true,
|
|
".eclipse/**": true,
|
|
".idea/**": true,
|
|
".production/build/**": true,
|
|
".production/_temp/**": true,
|
|
".production/node_modules/**": 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,
|
|
"workbench.editor.enablePreview": false
|
|
}
|
|
// node and eslint(-g)
|
|
// Plugins: Beautify and ESLint |