mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-10-07 09:29:58 +08:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"eslint.format.enable": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"json"
|
|
]
|
|
}
|