mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
update, lint, prettify everything
put backend sources into src setup circleci don't use react-loadable because it seems unnecessary
This commit is contained in:
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"prettier.eslintIntegration": true,
|
||||
"eslint.workingDirectories": [
|
||||
".",
|
||||
"./client"
|
||||
],
|
||||
"search.exclude": {
|
||||
"**/package-lock.json": true
|
||||
},
|
||||
"editor.insertSpaces": true,
|
||||
"jest.pathToJest": "npm test --"
|
||||
}
|
||||
"editor.tabSize": 4
|
||||
}
|
||||
Reference in New Issue
Block a user