We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e444c85 commit 5c6106bCopy full SHA for 5c6106b
packages/cra-template-typescript/template.json
@@ -8,6 +8,7 @@
8
"@types/react": "^17.0.0",
9
"@types/react-dom": "^17.0.0",
10
"@types/jest": "^26.0.15",
11
+ "eslint-config-react-app": "^6.0.0",
12
"typescript": "^4.1.2",
13
"web-vitals": "^1.0.1"
14
},
packages/cra-template/template.json
@@ -4,6 +4,7 @@
4
"@testing-library/jest-dom": "^5.11.4",
5
"@testing-library/react": "^11.1.0",
6
"@testing-library/user-event": "^12.1.10",
7
"eslintConfig": {
0 commit comments