Some improvements in dev environment
This commit is contained in:
parent
cf57c80356
commit
07d0e3c5f4
@ -2,6 +2,7 @@
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint", "prettier"],
|
||||
"extends": [
|
||||
"plugin:react-hooks/recommended",
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,4 +1,5 @@
|
||||
{
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"typescript.tsdk": "/home/dsh/dev/questionForm/node_modules/typescript/lib"
|
||||
}
|
||||
|
2
backend
2
backend
@ -1 +1 @@
|
||||
Subproject commit 3367930690e8fc86e680701fe7930e80cd377477
|
||||
Subproject commit a554b91e53d9804deeac228cd92f4a1c9154a6bf
|
2
frontend
2
frontend
@ -1 +1 @@
|
||||
Subproject commit 6c60520aae4775c2c2275da1943d684e2bed0e4f
|
||||
Subproject commit 19fa7fc4e55ef53391d3045c6cb4e8dfbaed3400
|
Loading…
x
Reference in New Issue
Block a user