From c3d61312145ad37fa43bdfe048d6574aff892876 Mon Sep 17 00:00:00 2001 From: Mike Grundy Date: Tue, 8 Mar 2016 18:32:27 -0500 Subject: SERVER-23016 Update .eslintrc.yml for newer versions of ESLint --- .eslintrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.yml') 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 -- cgit v1.2.1