Доработка хуков useQuery, useParams, покрытие тестами (#30)

This commit is contained in:
Nikolay
2020-12-28 00:31:34 +03:00
committed by GitHub
parent 94525edd98
commit c051c23896
12 changed files with 273 additions and 87 deletions

View File

@ -4,6 +4,11 @@
"es2021": true,
"jest/globals": true
},
"settings": {
"react": {
"version": "detect"
}
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",