diff --git a/.eslintrc b/.eslintrc index cb7f7f4..db2d14c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -9,6 +9,7 @@ "mocha/no-exclusive-tests": "error", "mocha/no-nested-tests": "error", "mocha/no-identical-title": "error", + "mocha/consistent-spacing-between-blocks": "error", "prefer-const": [ "error", {