Skip to content

Commit

Permalink
Disallow template literal placeholder syntax in regular strings (no-t…
Browse files Browse the repository at this point in the history
…emplate-curly-in-string)

Fixes: standard/standard#594
  • Loading branch information
feross committed Aug 19, 2016
1 parent d8be9e3 commit afc6a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -104,6 +104,7 @@
"no-shadow-restricted-names": 2,
"no-sparse-arrays": 2,
"no-tabs": 2,
"no-template-curly-in-string": 2,
"no-this-before-super": 2,
"no-throw-literal": 2,
"no-trailing-spaces": 2,
Expand Down

0 comments on commit afc6a0a

Please sign in to comment.