mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
7 lines
131 B
JSON
7 lines
131 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"prettier.eslintIntegration": true,
|
|
"editor.insertSpaces": true,
|
|
"jest.pathToJest": "npm test --"
|
|
}
|