diff --git a/eslintrc.json b/eslintrc.json index 459a9641..90c798f1 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -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,