Skip to content

Commit

Permalink
Merge pull request #330 from shelfio/feature/multiline-comments-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
irenhh authored Feb 3, 2022
2 parents 94218d7 + f6e881b commit 188a7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ module.exports = {
...baseConfig.rules,
'no-console': 'error',
'sonarjs/cognitive-complexity': ['error', 18],
'multiline-comment-style': 'off'
},
};

0 comments on commit 188a7ec

Please sign in to comment.