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 743946d35..a4ffd505c 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -14,7 +14,7 @@
14 "react/jsx-filename-extension": [1, { 14 "react/jsx-filename-extension": [1, {
15 "extensions": [".js", ".jsx"] 15 "extensions": [".js", ".jsx"]
16 }], 16 }],
17 "react/forbid-prop-types": 1, 17 "react/forbid-prop-types": 0,
18 "react/destructuring-assignment": 1, 18 "react/destructuring-assignment": 1,
19 "prefer-destructuring": 1, 19 "prefer-destructuring": 1,
20 "no-underscore-dangle": 0, 20 "no-underscore-dangle": 0,