aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index e15148e96..48fb21250 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -13,7 +13,7 @@
13 "react/jsx-filename-extension": [1, { 13 "react/jsx-filename-extension": [1, {
14 "extensions": [".js", ".jsx"] 14 "extensions": [".js", ".jsx"]
15 }], 15 }],
16 "react/forbid-prop-types": 1, 16 "react/forbid-prop-types": 0,
17 "react/destructuring-assignment": 1, 17 "react/destructuring-assignment": 1,
18 "prefer-destructuring": 1, 18 "prefer-destructuring": 1,
19 "no-underscore-dangle": 0, 19 "no-underscore-dangle": 0,