diff options
| author | Chris Rebert <[email protected]> | 2016-05-30 23:51:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-30 23:51:23 -0700 |
| commit | d8e118057d4fea699089a984fbfb147135756c8f (patch) | |
| tree | 31a01388083b93feca2e6663d12a77919463b544 /js | |
| parent | 5a35ad6d74c8d9e5aa99a1fc255300a8fd2ac0b4 (diff) | |
| parent | 412481ba1422ef47d348c1624e8208e3c8aaea3c (diff) | |
| download | bootstrap-d8e118057d4fea699089a984fbfb147135756c8f.tar.xz bootstrap-d8e118057d4fea699089a984fbfb147135756c8f.zip | |
Merge pull request #19993 from twbs/eslint-1.7.3
Upgrade ESlint to v1.7.3
Diffstat (limited to 'js')
| -rw-r--r-- | js/.eslintrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/.eslintrc b/js/.eslintrc index e712f3247..813cd29a3 100644 --- a/js/.eslintrc +++ b/js/.eslintrc @@ -21,6 +21,7 @@ "no-duplicate-case": 2, "no-empty": 2, "no-empty-character-class": 2, + "no-empty-pattern": 2, "no-ex-assign": 2, "no-extra-boolean-cast": 2, "no-extra-parens": 0, @@ -29,6 +30,7 @@ "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, |
