gohttpdUi/.vscode/settings.json

12 lines
289 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[vue]": {
"editor.defaultFormatter": "johnsoncodehk.volar"
},
"i18n-ally.localesPaths": ["src/locales", "src/plugins/i18n"]
}