Skip to content

Commit 6d25fdf

Browse files
committed
Disable the react/no-is-mounted rule
1 parent 77bbbe3 commit 6d25fdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.eslintrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"valid-jsdoc": [
2323
2,
2424
{ "requireReturnType": false, "requireParamType": false }
25-
]
25+
],
26+
"react/no-is-mounted": [0]
2627
},
2728
"settings": {
2829
"import/ignore": ["react-native"],
@@ -60,7 +61,8 @@
6061
"valid-jsdoc": [
6162
2,
6263
{ "requireReturnType": false, "requireParamType": false }
63-
]
64+
],
65+
"react/no-is-mounted": [0]
6466
}
6567
},
6668
{

0 commit comments

Comments
 (0)