Skip to content

Commit 5c6106b

Browse files
committed
fix(template): add missing dependency eslint-config-react-app
1 parent e444c85 commit 5c6106b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/cra-template-typescript/template.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@types/react": "^17.0.0",
99
"@types/react-dom": "^17.0.0",
1010
"@types/jest": "^26.0.15",
11+
"eslint-config-react-app": "^6.0.0",
1112
"typescript": "^4.1.2",
1213
"web-vitals": "^1.0.1"
1314
},

packages/cra-template/template.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"@testing-library/jest-dom": "^5.11.4",
55
"@testing-library/react": "^11.1.0",
66
"@testing-library/user-event": "^12.1.10",
7+
"eslint-config-react-app": "^6.0.0",
78
"web-vitals": "^1.0.1"
89
},
910
"eslintConfig": {

0 commit comments

Comments
 (0)