kinit/kinit-uni/kinit-uni.code-workspace
2023-09-22 15:22:55 +08:00

24 lines
409 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnSave": true,
"prettier.configPath": "./prettier.config.js",
"files.autoSave": "off",
"eslint.validate": [
"javascript",
"javascriptreact",
"vue-html",
"vue"
],
"eslint.enable": true,
"eslint.run": "onType",
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
}