mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-08-16 20:59:16 +00:00
19 lines
336 B
JSON
19 lines
336 B
JSON
{
|
|
"files.exclude": {
|
|
".ackrc": true,
|
|
".editorconfig": true,
|
|
".eslintcache": true,
|
|
".nyc_output": true,
|
|
"yarn-error.log": true
|
|
},
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript",
|
|
"vue"
|
|
]
|
|
}
|