From aa19744ae40767b2523ac0117792b47e08209cdf Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 22 Jun 2017 15:37:09 +0300 Subject: Webpack 3, chunknames in templates --- juick-www/.eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'juick-www/.eslintrc') diff --git a/juick-www/.eslintrc b/juick-www/.eslintrc index c4d57a6c..1af934cd 100644 --- a/juick-www/.eslintrc +++ b/juick-www/.eslintrc @@ -51,6 +51,7 @@ "no-shadow": "off", "no-cond-assign": "off", "no-sparse-arrays": "off", - "no-unused-vars": "off" + "no-unused-vars": "off", + "no-useless-escape": "off" } } -- cgit v1.2.3