mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 23:37:55 -05:00
[eslint config] [base] [minor] Balanced spacing for inline block comments
Fixes #1425.
This commit is contained in:
committed by
Jordan Harband
parent
721af5498f
commit
00c9e52aec
@@ -395,7 +395,7 @@ module.exports = {
|
||||
block: {
|
||||
exceptions: ['-', '+'],
|
||||
markers: ['=', '!'], // space here to support sprockets directives
|
||||
balanced: false,
|
||||
balanced: true,
|
||||
}
|
||||
}],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user