aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 8e95ad4fd..948550306 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -13,6 +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 "no-underscore-dangle": 0, 17 "no-underscore-dangle": 0,
17 "max-len": 0, 18 "max-len": 0,
18 "class-methods-use-this": 0, 19 "class-methods-use-this": 0,