Skip to content

Commit

Permalink
fix(eslint-config): add optional peer dependency typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Dec 11, 2022
1 parent 5c9a90d commit cbddd5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion packages/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
"jest.js"
],
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0",
"typescript": "^3.2.1 || ^4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down

0 comments on commit cbddd5b

Please sign in to comment.