Skip to content

Commit

Permalink
Merge pull request #2180 from PolicyEngine/dependabot/npm_and_yarn/es…
Browse files Browse the repository at this point in the history
…lint-plugin-react-hooks-5.0.0

chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0
  • Loading branch information
anth-volk authored Nov 23, 2024
2 parents 98cd144 + 6a14727 commit 6af4e1c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["react", "react-hooks", "jest", "jsx-a11y"],
"plugins": ["react", "jest", "jsx-a11y"],
"rules": {
// suppress errors for missing 'import React' in files
"react/react-in-jsx-scope": "off",
Expand Down
25 changes: 12 additions & 13 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"eslint": "^8.57.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.4.3",
Expand Down

0 comments on commit 6af4e1c

Please sign in to comment.