From 88c9a1609c4e0f75b58cc5af62cd30c038735ca3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 28 Jul 2017 09:18:47 +0300 Subject: Fix ESLint docs errors. (#23163) Ignore ESLint error in ie-emulation-modes-warning.js. Although the error is valid, enough time has been spent on old IE's problems, so just ignore it. --- js/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to 'js') diff --git a/js/.eslintrc.json b/js/.eslintrc.json index 8f79cbaa2..72029797a 100644 --- a/js/.eslintrc.json +++ b/js/.eslintrc.json @@ -58,6 +58,7 @@ } ], "no-multi-spaces": ["error", { + "ignoreEOLComments": true, "exceptions": { "AssignmentExpression": true, "ArrowFunctionExpression": true, -- cgit v1.2.3