diff options
author | Mike Grundy <michael.grundy@10gen.com> | 2016-03-08 18:32:27 -0500 |
---|---|---|
committer | Mike Grundy <michael.grundy@10gen.com> | 2016-03-08 18:35:53 -0500 |
commit | c3d61312145ad37fa43bdfe048d6574aff892876 (patch) | |
tree | 0885e3ee705bffe930d497900cdf60e1c010d15e /.eslintrc.yml | |
parent | 730b0cd2f42b69e54c2178bf05858d13e099a274 (diff) | |
download | mongo-c3d61312145ad37fa43bdfe048d6574aff892876.tar.gz |
SERVER-23016 Update .eslintrc.yml for newer versions of ESLint
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index 93b85c8b62e..8ce934e1774 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -13,7 +13,6 @@ rules: no-dupe-keys: 2 no-duplicate-case: 2 no-empty-character-class: 2 - no-empty-label: 2 no-empty-pattern: 2 no-ex-assign: 2 no-extra-boolean-cast: 2 @@ -21,6 +20,7 @@ rules: no-fallthrough: 2 no-func-assign: 2 no-invalid-regexp: 2 + no-labels: 2 no-negated-in-lhs: 2 no-obj-calls: 2 no-octal-escape: 2 |