diff options
| author | Chris Rebert <[email protected]> | 2016-05-31 00:08:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-31 00:08:07 -0700 |
| commit | 06b3af3c0a4ac6d1a4165b16b341b12f4389231b (patch) | |
| tree | e2b56bd15dfedbd6ec3dabde0d6586aeff817a34 /js | |
| parent | d8e118057d4fea699089a984fbfb147135756c8f (diff) | |
| parent | 990e98e15e5814df27e6899fc4dfeb09000c17a1 (diff) | |
| download | bootstrap-06b3af3c0a4ac6d1a4165b16b341b12f4389231b.tar.xz bootstrap-06b3af3c0a4ac6d1a4165b16b341b12f4389231b.zip | |
Merge pull request #19994 from twbs/eslint-1.9
Upgrade ESLint to v1.9.0
Diffstat (limited to 'js')
| -rw-r--r-- | js/.eslintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.eslintrc b/js/.eslintrc index 813cd29a3..619df7cb3 100644 --- a/js/.eslintrc +++ b/js/.eslintrc @@ -30,7 +30,6 @@ "no-inner-declarations": 2, "no-invalid-regexp": 2, "no-irregular-whitespace": 2, - "no-magic-numbers": [2, {"ignore": [-1, 0, 1]}], "no-negated-in-lhs": 2, "no-obj-calls": 2, "no-regex-spaces": 2, @@ -53,6 +52,7 @@ "guard-for-in": 2, "no-alert": 2, "no-caller": 2, + "no-case-declarations": 2, "no-div-regex": 2, "no-else-return": 2, "no-empty-label": 2, @@ -69,6 +69,7 @@ "no-labels": 2, "no-lone-blocks": 2, "no-loop-func": 2, + "no-magic-numbers": [2, {"ignore": [-1, 0, 1]}], "no-multi-spaces": 0, "no-multi-str": 2, "no-native-reassign": 2, |
