2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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.
This commit is contained in:
XhmikosR
2017-07-28 09:18:47 +03:00
committed by GitHub
parent 98bc940699
commit 88c9a1609c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@
}
],
"no-multi-spaces": ["error", {
"ignoreEOLComments": true,
"exceptions": {
"AssignmentExpression": true,
"ArrowFunctionExpression": true,