[eslint config] [base] [minor] Balanced spacing for inline block comments

Fixes #1425.
This commit is contained in:
Radu Serbanescu
2017-06-07 13:18:38 +03:00
committed by Jordan Harband
parent 721af5498f
commit 00c9e52aec

View File

@@ -395,7 +395,7 @@ module.exports = {
block: {
exceptions: ['-', '+'],
markers: ['=', '!'], // space here to support sprockets directives
balanced: false,
balanced: true,
}
}],