Skip to content

Commit

Permalink
fix: Downgrade ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Nov 16, 2024
1 parent 836a04f commit d09f208
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 24 deletions.
51 changes: 29 additions & 22 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@eslint-react/eslint-plugin": "^1.16.1",
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@eslint/js": "9.14.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
Expand All @@ -95,7 +95,7 @@
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"eslint": "^9.15.0",
"eslint": "9.14.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit d09f208

Please sign in to comment.