1
0
Fork 0
cloudservices/.vscode/settings.json

10 lines
172 B
JSON
Raw Normal View History

2019-10-15 13:45:48 -04:00
{
"eslint.enable": true,
2019-10-18 18:16:32 -04:00
"eslint.validate": [
{
"language": "typescript",
"autoFix": true
}
],
"editor.tabSize": 2
2019-10-15 13:45:48 -04:00
}