Skip to content

Commit ae26fb0

Browse files
chore(eslint): enable react-hooks eslint rules
1 parent a7e8c69 commit ae26fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"root": true,
33
"parser": "babel-eslint",
4-
"extends": ["airbnb", "prettier"],
4+
"extends": ["airbnb", "prettier", "plugin:react-hooks/recommended"],
55
"env": {
66
"browser": true
77
},

0 commit comments

Comments
 (0)