Skip to content

Commit

Permalink
test: extend react-hooks/recommended eslint plugin to get warnings ab…
Browse files Browse the repository at this point in the history
…out suspicious hooks
  • Loading branch information
Dominik Dosoudil committed Nov 13, 2024
1 parent d70adfc commit 81bd945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"root": true,
"parser": "babel-eslint",
"extends": ["airbnb", "prettier"],
"extends": ["airbnb", "prettier", "plugin:react-hooks/recommended"],
"env": {
"browser": true
},
Expand Down

0 comments on commit 81bd945

Please sign in to comment.