As long as I can remember, I've been totally OK with space-in-**brackets**,
but not space-in-**braces**.
I do my arrays like this:
var a = [1, 2, 3];
b = ['1', '2', '3'];
And my objects like this:
var a = { a: 1, b: 2, c: 3 }
b = { a: [1, 2, 3] },
c = { a: [1, 2, 3], b: true }
I can't seem to get the `space-in-braces` rule to honor this. After
reading the documentation, I assume it's not possible? Am I the only one
with strange desires like this?
--
You received this message because you are subscribed to the Google Groups
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.