fantasia-archive/.vscode/settings.json

8 lines
261 B
JSON
Raw Normal View History

2021-07-10 04:38:42 +12:00
{
"vetur.validation.template": false,
"vetur.format.enable": false,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
"typescript.tsdk": "node_modules/typescript/lib",
"vetur.experimental.templateInterpolationService": true
}