Skip to content

Commit

Permalink
New rule: Enforce Usage of Spacing in Template Strings (template-curl…
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 5, 2016
1 parent 89aedab commit 0491608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"space-infix-ops": 2,
"space-unary-ops": [2, { "words": true, "nonwords": false }],
"spaced-comment": [2, "always", { "markers": ["global", "globals", "eslint", "eslint-disable", "*package", "!", ","] }],
"template-curly-spacing": [2, "never"],
"use-isnan": 2,
"valid-typeof": 2,
"wrap-iife": [2, "any"],
Expand Down

0 comments on commit 0491608

Please sign in to comment.