Skip to content

Commit

Permalink
Revert "feat: update ESLint to v9 (#27)" (#29)
Browse files Browse the repository at this point in the history
This reverts commit 1d71269.
  • Loading branch information
mfeltscher authored Aug 13, 2024
1 parent 1d71269 commit 853b502
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
},
"homepage": "https://github.com/smartive/eslint-config#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2"
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": ">=4.0.0 <6",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
"peerDependencies": {
"eslint": "^8.56.0 || ^9.0.0"
"eslint": "^8.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
Expand Down

0 comments on commit 853b502

Please sign in to comment.