Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enforce balanced spacing in block comments
  • Loading branch information
remcohaszing committed Aug 22, 2020
1 parent e2ccc11 commit 88af543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-config/core/stylistic-issues.js
Expand Up @@ -569,7 +569,7 @@ module.exports = {
/**
* https://eslint.org/docs/rules/spaced-comment
*/
'spaced-comment': ['error', 'always'],
'spaced-comment': ['error', 'always', { block: { balanced: true } }],

/**
* https://eslint.org/docs/rules/switch-colon-spacing
Expand Down

0 comments on commit 88af543

Please sign in to comment.