mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 22:35:04 +08:00
25 lines
No EOL
578 B
JSON
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
|
|
} |