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' } } }