Skip to content

Commit 81bd945

Browse files
author
Dominik Dosoudil
committed
test: extend react-hooks/recommended eslint plugin to get warnings about suspicious hooks
1 parent d70adfc commit 81bd945

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)