Merge "Enable no-self-assign"

This commit is contained in:
Jenkins 2016-05-05 15:06:20 +00:00 committed by Gerrit Code Review
commit 5c164b6bea
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ rules:
# Disallow assignments where both sides are exactly the same
# http://eslint.org/docs/rules/no-self-assign
no-self-assign: 0
no-self-assign: 2
# Disallow comparisons where both sides are exactly the same
# http://eslint.org/docs/rules/no-self-compare