The following two examples are giving me errors:
// First
const { a, ...b } = obj
// Second
func(a, { ...b })
standard: Use JavaScript Standard Style (https://github.com/feross/standard)
<text>:44:22: Expected 1 or 0 spaces around "[" and "]" (standard/computed-property-even-spacing)
<text>:72:25: Expected 1 or 0 spaces around "[" and "]" (standard/computed-property-even-spacing)
Bug or intentional?
Using babel-eslint@4.0.5 and standard@5.0.0.
The following two examples are giving me errors:
Bug or intentional?
Using babel-eslint@4.0.5 and standard@5.0.0.