impress-2020/.vscode/settings.json

5 lines
96 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"
2020-04-21 20:32:53 -07:00
}