Merge "Enable no-empty rule"

This commit is contained in:
Jenkins 2015-09-21 15:49:22 +00:00 committed by Gerrit Code Review
commit 5d04b936ff
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ rules:
# Disallow empty block statements.
# http://eslint.org/docs/rules/no-empty
no-empty: 0 # TODO(krotscheck): Discuss & Activate
no-empty: 2
# Disallow assigning of the exception parameter in a catch block.
# http://eslint.org/docs/rules/no-ex-assign