From 79cee30ac316361532e4183457495023e0b1181f Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Tue, 7 Nov 2023 02:36:17 +0200 Subject: [PATCH] infra: enable constructor-super eslint rule (#3457) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 79b214b1..a98bf6b6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -150,7 +150,7 @@ // "arrow-body-style": [ "error", "always" ], // "arrow-parens": [ "error", "always" ], // "arrow-spacing": [ "error", { "before": true, "after": true }], - // "constructor-super": "error", + "constructor-super": "error", // "generator-star-spacing": [ "error", "before" ], // "no-arrow-condition": "error", "no-class-assign": "error",