Skip to content

Commit

Permalink
Merge pull request #310 from JonathanWolfe/patch-1
Browse files Browse the repository at this point in the history
Add `mocha` prefix to "no-empty-description" rule name in rec config
  • Loading branch information
lo1tuma committed Dec 8, 2021
2 parents 60120a9 + ed50500 commit 4ca3965
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 4ca3965

Please sign in to comment.