flaschengeist-frontend/.vscode/settings.json

8 lines
261 B
JSON
Raw Normal View History

2020-10-02 07:13:14 +00: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
}