From a41e38b9762d335c60a495ad264e9afabd1ff121 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sun, 2 Jun 2024 13:49:23 +0200 Subject: [PATCH] Enable the mocha/consistent-spacing-between-blocks rule --- .eslintrc | 1 + 1 file changed, 1 insertion(+) 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", {