Merge "Enable constructor-super"

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

View File

@ -863,7 +863,7 @@ rules:
# verify calls of super() in constructors
# http://eslint.org/docs/rules/constructor-super
constructor-super: 0
constructor-super: 2
# enforce the spacing around the * in generator functions
# http://eslint.org/docs/rules/generator-star-spacing