aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 7195e1ac..2c466b12 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -7,5 +7,7 @@ module.exports = {
'react-native/no-unused-styles': 2,
'react-native/no-raw-text': 1,
'react-native/no-single-element-style-arrays': 2,
+ "react-hooks/exhaustive-deps": "off",
+ "eslint-comments/no-unused-disable": "off",
}
};