Skip to content

Commit

Permalink
add no hyphen rule
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Feb 7, 2025
1 parent 52d9b66 commit 370b39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/logger/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module.exports = {
],
'jsdoc/require-description-complete-sentence': ['error'],
'jsdoc/require-returns': ['error'],
'jsdoc/require-hyphen-before-param-description': ['error', 'never'],
'jsdoc/multiline-blocks': ['error', {
noSingleLineBlocks: true,
singleLineTags: [
Expand Down

0 comments on commit 370b39c

Please sign in to comment.