1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00
vue-naive-admin/.vscode/settings.json
2022-07-15 14:06:57 +08:00

9 lines
204 B
JSON

{
"files.eol": "\n",
"editor.formatOnSave": false,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}