Skip to content

Commit

Permalink
Use eslint version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
janisievins committed Apr 8, 2024
1 parent 9b222b0 commit 72cda9b
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 63 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-native": "^4.1.0"
"eslint-plugin-react-native": "^4.1.0",
"eslint-config-standard": "^16.0.3"
},
"devDependencies": {
"eslint": "^9.0.0"
"eslint": "^8.57.0"
},
"peerDependencies": {
"eslint": ">=9",
"eslint": ">=8",
"prettier": ">=2"
}
}
Loading

0 comments on commit 72cda9b

Please sign in to comment.