Merge "Enable no-this-before-super"

This commit is contained in:
Jenkins 2016-06-02 16:08:35 +00:00 committed by Gerrit Code Review
commit 558bc17571
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ rules:
# disallow use of this/super before calling super() in constructors
# http://eslint.org/docs/rules/no-this-before-super
no-this-before-super: 0
no-this-before-super: 2
# disallow unnecessary constructor
# http://eslint.org/docs/rules/no-useless-constructor