diff --git a/.eslintrc.json b/.eslintrc.json index 7b2160f884769..b1160be5e5f05 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -156,7 +156,7 @@ // "no-class-assign": "error", // "no-const-assign": "error", // "no-dupe-class-members": "error", - // "no-this-before-super": "error", + "no-this-before-super": "error", // "no-var": "warn", "object-shorthand": [ "warn" ], // "prefer-arrow-callback": "warn",