Merge "Enable "no-empty-pattern""

This commit is contained in:
Jenkins 2016-03-16 18:27:07 +00:00 committed by Gerrit Code Review
commit ac74a24757
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ rules:
# disallow use of empty destructuring patterns
# http://eslint.org/docs/rules/no-empty-pattern
no-empty-pattern: 0
no-empty-pattern: 2
# Disallow comparisons to null without a type-checking operator
# http://eslint.org/docs/rules/no-eq-null