Update react-scripts, TS and remove ESlint as it exist in CRA (#2302)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Lipis 2020-10-28 18:28:07 +02:00 committed by GitHub
parent 44af6b4a78
commit 9de6c947ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7280 additions and 3057 deletions

View file

@ -10,6 +10,7 @@
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,