aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 47ecfb054..6253c0837 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -17,7 +17,7 @@
17 "extensions": [".js", ".jsx"] 17 "extensions": [".js", ".jsx"]
18 }], 18 }],
19 "react/forbid-prop-types": 0, 19 "react/forbid-prop-types": 0,
20 "react/destructuring-assignment": 1, 20 "react/destructuring-assignment": 0,
21 "prefer-destructuring": 1, 21 "prefer-destructuring": 1,
22 "no-underscore-dangle": 0, 22 "no-underscore-dangle": 0,
23 "max-len": 0, 23 "max-len": 0,