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:
authorChris Rebert <github@chrisrebert.com>2016-06-05 03:08:59 +0300
committerChris Rebert <github@chrisrebert.com>2016-06-05 03:08:59 +0300
commit04165ba6e31cd03e9145f666532d38b147abf703 (patch)
tree598af4691c1849599fb3613e157b0f3e3e267eb8 /js/.eslintrc.json
parentabc4ecf670c190f070320fd04b94357a7963a2f1 (diff)
Update ESLint to v2.11.1 (latest stable) (#20068)
Fixes #19908 [skip sauce] [skip validator]
Diffstat (limited to 'js/.eslintrc.json')
-rw-r--r--js/.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json
index 452cd24017..0e9e9fa75d 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",