wireguard-dashboard-admin/.vscode/settings.json

11 lines
244 B
JSON
Raw Normal View History

2022-01-08 17:20:46 +08:00
{
"files.eol": "\n",
"path-intellisense.mappings": {
"@/": "${workspaceRoot}/src"
},
2022-05-06 22:34:55 +08:00
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
2022-01-08 17:20:46 +08:00
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}