Merge "Enable no-class-assign"

This commit is contained in:
Jenkins 2016-06-02 15:11:16 +00:00 committed by Gerrit Code Review
commit 486d09aaf2
1 changed files with 1 additions and 1 deletions

View File

@ -871,7 +871,7 @@ rules:
# disallow modifying variables of class declarations
# http://eslint.org/docs/rules/no-class-assign
no-class-assign: 0
no-class-assign: 2
# disallow arrow functions where they could be confused with comparisons
# http://eslint.org/docs/rules/no-confusing-arrow