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

9 lines
204 B
JSON
Raw Normal View History

2022-01-08 17:20:46 +08:00
{
"files.eol": "\n",
2022-06-24 15:12:16 +08:00
"editor.formatOnSave": false,
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
},
}