From 50e68584098b11dc947ed4b2203d6516ed498dfb Mon Sep 17 00:00:00 2001 From: iyegoroff Date: Fri, 21 Apr 2017 23:09:45 +0300 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4d01d7f..6ea1104 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,6 +13,6 @@ "max-len": ["error", 120], "no-plusplus": "error", "no-param-reassign": ["error", { "props": true }], - "no-webpack-loader-syntax": "off" + "import/no-webpack-loader-syntax": "off" } }