1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

Update ESLint to v2.11.1 (latest stable) (#20068)

Fixes #19908

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-06-04 17:08:59 -07:00
parent abc4ecf670
commit 04165ba6e3
3 changed files with 6 additions and 4 deletions

View File

@@ -45,6 +45,7 @@
"no-unexpected-multiline": "error",
"no-unreachable": "error",
"no-useless-escape": "error",
"no-useless-rename": "error",
"use-isnan": "error",
"valid-jsdoc": "off",
"valid-typeof": "error",
@@ -102,6 +103,7 @@
"no-warning-comments": "off",
"no-with": "error",
"radix": "error",
"unicode-bom": ["error", "never"],
"vars-on-top": "off",
"wrap-iife": "error",
"yoda": "error",