aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 48826fa..a80a79c 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -36,7 +36,7 @@
"jsx-quotes": ["error", "prefer-single"],
"max-classes-per-file": "off",
"max-lines": "off",
- "max-params": ["error", 5],
+ "max-params": ["error", 10],
"max-statements": ["error", 15],
"multiline-comment-style": "off",
"multiline-ternary": "off",
@@ -57,6 +57,7 @@
"no-undef-init": "off",
"no-unused-vars": "off",
"no-use-before-define": "off",
+ "no-useless-constructor": "off",
"no-warning-comments": "off",
"object-curly-newline": ["error", { "consistent": true }],
"object-curly-spacing": ["error", "always", { "arraysInObjects": false, "objectsInObjects": false }],