Skip to content

Commit

Permalink
Update the eslint version to resolve npm install error
Browse files Browse the repository at this point in the history
There is a peer dependency issue between eslint-config-prettier and eslint ^6.5.1 since eslint-config-prettier requires eslint >=7.0.0
  • Loading branch information
emawby committed Apr 19, 2023
1 parent d92f42e commit fcd8f23
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 363 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@react-native-community/eslint-config": "^1.1.0",
"@types/invariant": "^2.2.2",
"@types/react-native": "^0.66.8",
"eslint": "^6.5.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"typescript": "^3.8.3"
Expand Down
Loading

0 comments on commit fcd8f23

Please sign in to comment.