Skip to content

Commit 33cbf30

Browse files
committed
Disable the react/no-is-mounted rule
1 parent fdb5a2c commit 33cbf30

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
@@ -19,7 +19,8 @@
1919
},
2020
"plugins": ["@typescript-eslint", "import", "react"],
2121
"rules": {
22-
"valid-jsdoc": [2]
22+
"valid-jsdoc": [2],
23+
"react/no-is-mounted": [0]
2324
},
2425
"settings": {
2526
"import/ignore": ["react-native"],
@@ -54,7 +55,8 @@
5455
{ "fixStyle": "separate-type-imports" }
5556
],
5657
"@typescript-eslint/consistent-type-exports": [2],
57-
"valid-jsdoc": [2]
58+
"valid-jsdoc": [2],
59+
"react/no-is-mounted": [0]
5860
}
5961
},
6062
{

0 commit comments

Comments
 (0)