diff options
author | Vitaly Takmazov | 2017-06-22 15:37:09 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-22 16:12:02 +0300 |
commit | aa19744ae40767b2523ac0117792b47e08209cdf (patch) | |
tree | 83da69f6998f6cceac8d359f1b0ff566d4148c21 /juick-www/.eslintrc | |
parent | 7928ef38bbca41fdbcff17e78798b91723e2554e (diff) |
Webpack 3, chunknames in templates
Diffstat (limited to 'juick-www/.eslintrc')
-rw-r--r-- | juick-www/.eslintrc | 3 |
1 files changed, 2 insertions, 1 deletions
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" } } |