Skip to content

Commit 00c9e52

Browse files
Radu Serbanesculjharb
Radu Serbanescu
authored andcommitted
[eslint config] [base] [minor] Balanced spacing for inline block comments
Fixes airbnb#1425.
1 parent 721af54 commit 00c9e52

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config-airbnb-base/rules

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb-base/rules/style.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ module.exports = {
395395
block: {
396396
exceptions: ['-', '+'],
397397
markers: ['=', '!'], // space here to support sprockets directives
398-
balanced: false,
398+
balanced: true,
399399
}
400400
}],
401401

0 commit comments

Comments
 (0)