Skip to content

Commit

Permalink
chore(eslint): enable react-hooks eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikdosoudil committed Nov 22, 2024
1 parent 74cbda4 commit 182aae0
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 182aae0

Please sign in to comment.