Merge "Enable "no-new" and "guard-for-in""

This commit is contained in:
Jenkins 2016-01-31 09:55:17 +00:00 committed by Gerrit Code Review
commit 5ee95b95ee
1 changed files with 0 additions and 2 deletions

View File

@ -30,9 +30,7 @@ rules:
brace-style: 1 brace-style: 1
no-extra-parens: 1 no-extra-parens: 1
callback-return: 1 callback-return: 1
guard-for-in: 1
block-scoped-var: 1 block-scoped-var: 1
no-new: 1
############################################################################# #############################################################################
# Angular Plugin Customization # Angular Plugin Customization