Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-07-28 09:18:47 +0300
committerGitHub <noreply@github.com>2017-07-28 09:18:47 +0300
commit88c9a1609c4e0f75b58cc5af62cd30c038735ca3 (patch)
tree873fcc26e314991aad28c2474f92fbf0fa0ac5d0 /js/.eslintrc.json
parent98bc940699f92b4139f7d4938d02e83487a3fbe8 (diff)
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.
Diffstat (limited to 'js/.eslintrc.json')
-rw-r--r--js/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json
index 8f79cbaa2c..72029797a3 100644
--- a/js/.eslintrc.json
+++ b/js/.eslintrc.json
@@ -58,6 +58,7 @@
}
],
"no-multi-spaces": ["error", {
+ "ignoreEOLComments": true,
"exceptions": {
"AssignmentExpression": true,
"ArrowFunctionExpression": true,