Skip to content

Commit

Permalink
Add mocha prefix to "no-empty-description" rule name in recommended…
Browse files Browse the repository at this point in the history
… config

Fixes: Definition for rule 'no-empty-description' was not found
  • Loading branch information
JonathanWolfe authored Dec 8, 2021
1 parent 60120a9 commit ed50500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit ed50500

Please sign in to comment.