Skip to content

Commit

Permalink
Disallow spacing between rest and spread operators and their expressi…
Browse files Browse the repository at this point in the history
…ons (rest-spread-spacing)

Fixes standard/standard#567
  • Loading branch information
feross committed Jul 13, 2016
1 parent ad75d1f commit df5deba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -126,6 +126,7 @@
"operator-linebreak": [2, "after", { "overrides": { "?": "before", ":": "before" } }],
"padded-blocks": [2, "never"],
"quotes": [2, "single", "avoid-escape"],
"rest-spread-spacing": [2, "never"],
"semi": [2, "never"],
"semi-spacing": [2, { "before": false, "after": true }],
"space-before-blocks": [2, "always"],
Expand Down

0 comments on commit df5deba

Please sign in to comment.