Merge "Enable consistent-return"

This commit is contained in:
Jenkins 2015-09-14 21:12:03 +00:00 committed by Gerrit Code Review
commit 53f55d12dd
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ rules:
# Require return statements to either always or never specify values
# http://eslint.org/docs/rules/consistent-return
consistent-return: 0 # TODO(krotscheck): Discuss & Activate
consistent-return: 2
# Specify curly brace conventions for all control statements
# http://eslint.org/docs/rules/curly