Some improvements in dev environment

This commit is contained in:
Dmitriy Shishkov 2020-11-07 06:10:46 +05:00
parent cf57c80356
commit 07d0e3c5f4
No known key found for this signature in database
GPG Key ID: D76D70029F55183E
5 changed files with 670 additions and 432 deletions

View File

@ -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",

View File

@ -1,4 +1,5 @@
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true
"editor.formatOnSave": true,
"typescript.tsdk": "/home/dsh/dev/questionForm/node_modules/typescript/lib"
}

@ -1 +1 @@
Subproject commit 3367930690e8fc86e680701fe7930e80cd377477
Subproject commit a554b91e53d9804deeac228cd92f4a1c9154a6bf

@ -1 +1 @@
Subproject commit 6c60520aae4775c2c2275da1943d684e2bed0e4f
Subproject commit 19fa7fc4e55ef53391d3045c6cb4e8dfbaed3400

1094
yarn.lock

File diff suppressed because it is too large Load Diff