Files
ustk-todolist/.vscode/settings.json
2018-05-30 21:42:30 +03:00

7 lines
131 B
JSON

{
"editor.tabSize": 2,
"prettier.eslintIntegration": true,
"editor.insertSpaces": true,
"jest.pathToJest": "npm test --"
}