diff options
| author | XhmikosR <[email protected]> | 2017-07-28 09:18:47 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-28 09:18:47 +0300 |
| commit | 88c9a1609c4e0f75b58cc5af62cd30c038735ca3 (patch) | |
| tree | 873fcc26e314991aad28c2474f92fbf0fa0ac5d0 /js | |
| parent | 98bc940699f92b4139f7d4938d02e83487a3fbe8 (diff) | |
| download | bootstrap-88c9a1609c4e0f75b58cc5af62cd30c038735ca3.tar.xz bootstrap-88c9a1609c4e0f75b58cc5af62cd30c038735ca3.zip | |
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')
| -rw-r--r-- | js/.eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
