From b528be797ffde08f646d380000531db080e61e9d Mon Sep 17 00:00:00 2001 From: Sander van Beek Date: Wed, 10 Jul 2019 11:32:20 +0200 Subject: [PATCH] Linter changes --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7320489..011f730 100644 --- a/index.js +++ b/index.js @@ -45,7 +45,7 @@ module.exports = { 'mocha/prefer-arrow-callback': 'off', 'mocha/valid-suite-description': 'off', 'mocha/valid-test-description': 'off', - 'mocha/no-async-describe': 'error', + 'mocha/no-async-describe': 'error' } } }