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

12 lines
321 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
},
2022-05-17 11:01:23 +08:00
"cssrem.rootFontSize": 4, // 适配unocss1rem = 4px ==> 0.25rem = 1px
2022-01-08 17:20:46 +08:00
}