aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-20 17:10:20 -0400
committerIvan Chen <ivan@tagg.id>2021-04-20 17:21:23 -0400
commit5946e667c55de4ee4e9d5d64ad6e5f3eb5e123dd (patch)
treec7966ebbbd976b81e8afcde936b95387b074b997
parenta380c201dcaca5844131704adfc50b22d41e8e7b (diff)
turned off dep exh rule
# Conflicts: # .eslintrc.js
-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",
}
};