diff --git a/index.js b/index.js index f0bdd4d..2de93c6 100644 --- a/index.js +++ b/index.js @@ -83,7 +83,7 @@ module.exports = { 'mocha/prefer-arrow-callback': 'off', 'mocha/valid-suite-description': 'off', 'mocha/valid-test-description': 'off', - 'no-empty-description': 'error' + 'mocha/no-empty-description': 'error' } } }