From a50c25dacb9dd1e5191310d3cd4c443d99e7d1c1 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 5 Jun 2019 01:19:41 +0530 Subject: [PATCH] eslint: turn off template-curly-spacing --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4f4452d9..fd58bac8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -174,7 +174,7 @@ "sort-imports": "off", "sort-vars": "off", "strict": ["error", "never"], - "template-curly-spacing": "error", + "template-curly-spacing": "off", "unicode-bom": ["error", "never"], "valid-jsdoc": "off", "vars-on-top": "off",