Skip to content

Commit

Permalink
Disallow spacing between template tags and their literals (template-t…
Browse files Browse the repository at this point in the history
…ag-spacing)

Fixes: standard/standard#775
  • Loading branch information
feross committed Feb 9, 2017
1 parent 4734a11 commit 9c4ad79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -153,6 +153,7 @@
"block": { "balanced": true, "markers": ["*package", "!", ","], "exceptions": ["*"] }
}],
"template-curly-spacing": ["error", "never"],
"template-tag-spacing": ["error", "never"],
"unicode-bom": ["error", "never"],
"use-isnan": "error",
"valid-typeof": "error",
Expand Down

0 comments on commit 9c4ad79

Please sign in to comment.