Files
apollo/.vscode/settings.json
T
2021-07-19 15:45:40 +02:00

10 lines
159 B
JSON

{
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
"eslint.enable": true,
"typescript.tsdk": "node_modules/typescript/lib"
}