aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-06-04 17:08:59 -0700
committerChris Rebert <[email protected]>2016-06-04 17:08:59 -0700
commit04165ba6e31cd03e9145f666532d38b147abf703 (patch)
tree598af4691c1849599fb3613e157b0f3e3e267eb8 /js
parentabc4ecf670c190f070320fd04b94357a7963a2f1 (diff)
downloadbootstrap-04165ba6e31cd03e9145f666532d38b147abf703.tar.xz
bootstrap-04165ba6e31cd03e9145f666532d38b147abf703.zip
Update ESLint to v2.11.1 (latest stable) (#20068)
Fixes #19908 [skip sauce] [skip validator]
Diffstat (limited to 'js')
-rw-r--r--js/.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json
index 452cd2401..0e9e9fa75 100644
--- a/js/.eslintrc.json
+++ b/js/.eslintrc.json
@@ -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",