impress-2020/.vscode/settings.json

8 lines
222 B
JSON
Raw Normal View History

2020-04-21 20:32:53 -07:00
{
"editor.formatOnSave": true,
2020-04-22 14:55:12 -07:00
"editor.tabSize": 2,
"jest.pathToJest": "yarn test",
"jest.autoEnable": false,
"javascript.suggest.completeJSDocs": false,
"typescript.suggest.completeJSDocs": false
2020-04-21 20:32:53 -07:00
}