Skip to content

Commit

Permalink
fix(template): add missing dependency eslint-config-react-app
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Dec 8, 2020
1 parent e444c85 commit 5c6106b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/jest": "^26.0.15",
"eslint-config-react-app": "^6.0.0",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
Expand Down
1 change: 1 addition & 0 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"eslint-config-react-app": "^6.0.0",
"web-vitals": "^1.0.1"
},
"eslintConfig": {
Expand Down

0 comments on commit 5c6106b

Please sign in to comment.