From d657847032cf319df796c8968e1b98d16db30cff Mon Sep 17 00:00:00 2001 From: Skriv <skrivelese@gmail.com> Date: Mon, 29 Apr 2019 00:12:55 +0200 Subject: [PATCH] revert --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 48aa53ffbe9..1ca6380ad21 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", -- GitLab