aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index c5c45a7..a755820 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -12,7 +12,9 @@
"jsx-quotes": ["error", "prefer-double"],
"quotes": ["error", "single"],
"react/prop-types": 0,
+ "react/no-children-prop": 0,
"arrow-body-style": 0,
+ "no-cond-assign": 0,
"arrow-parens": [2, "as-needed"],
"no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 1 } ]
}