diff --git a/.eslintrc b/.eslintrc index 67141171e26c56056f7b1fc1a9da50825a120f79..a4453de135da560a1f7e2ca8c620995e0abeffe6 100644 --- a/.eslintrc +++ b/.eslintrc @@ -79,7 +79,7 @@ "max-depth": 0, "max-len": [1, {"code": 120, "ignoreUrls": true}], "max-lines": 0, - "max-nested-callbacks": [2, {"max": 3}], + "max-nested-callbacks": 0, "max-params": 0, "max-statements": 0, "max-statements-per-line": 0, @@ -242,7 +242,7 @@ "space-in-parens": [2, "never"], "space-infix-ops": [2, {"int32Hint": true}], "space-unary-ops": [2, {"words": true, "nonwords": false}], - "spaced-comment": [2, "always"], + "spaced-comment": [2, "always", {"markers": ["="]}], "strict": 0, "template-curly-spacing": 0, "unicode-bom": 0,