diff --git a/frontend.js b/frontend.js index ce135d1b..ab7d471c 100644 --- a/frontend.js +++ b/frontend.js @@ -24,5 +24,6 @@ module.exports = { ...baseConfig.rules, 'no-console': 'error', 'sonarjs/cognitive-complexity': ['error', 18], + 'multiline-comment-style': 'off' }, };