diff --git a/.eslintrc.json b/.eslintrc.json index 48aa53ffbe9882b7f3f596a9353bc0936abf84ab..1ca6380ad21199b1b0700aadce6a595a0281d60b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -48,6 +48,7 @@ ], "object-curly-spacing": "error", "no-var": "error", + "no-template-curly-in-string": "error", "spaced-comment": "warn", "no-undef": "off", "no-unused-vars": "error",