Skip to content

Commit

Permalink
Revert "Relax rule: Allow tagged template string expressions (no-unus…
Browse files Browse the repository at this point in the history
…ed-expressions)"

This reverts commit eb9b41f.
  • Loading branch information
feross committed Mar 18, 2017
1 parent d75816c commit b20372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"no-unreachable": "error",
"no-unsafe-finally": "error",
"no-unsafe-negation": "error",
"no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true, "allowTaggedTemplates": true }],
"no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true }],
"no-unused-vars": ["error", { "vars": "all", "args": "none" }],
"no-use-before-define": ["error", { "functions": false, "classes": false, "variables": false }],
"no-useless-call": "error",
Expand Down

0 comments on commit b20372e

Please sign in to comment.