diff --git a/.eslintrc b/.eslintrc index 3d5adcebcb507d..49f77d35452e04 100644 --- a/.eslintrc +++ b/.eslintrc @@ -67,7 +67,12 @@ rules: # http://eslint.org/docs/rules/#ecmascript-6 arrow-parens: [2, "always"] arrow-spacing: [2, {"before": true, "after": true}] + constructor-super: 2 no-arrow-condition: 2 + no-class-assign: 2 + no-const-assign: 2 + no-dupe-class-members: 2 + no-this-before-super: 2 prefer-const: 2 # Strict Mode