envistaInteractive / eslint-config-enspire

ESLint configuration used at Enspire Commerce
http://www.enspirecommerce.com/
2 stars 0 forks source link

object rest/spread #13

Closed onel0p3z closed 6 years ago

onel0p3z commented 6 years ago

Add support for it

zetogk commented 6 years ago

I am doing now

zetogk commented 6 years ago

Hi, what option do you want? The options are 'never' and 'always'.

Never: Require that does not exist an space between dots and variable's name. IE: fn(...args)

Always: Require that exists an space between dots and variable's name. IE: fn(... args)

onel0p3z commented 6 years ago

value should be rest-spread-spacing: ["error", "never"]

ar4mirez commented 6 years ago

Solve on PR #14