infra: enable constructor-super eslint rule (#3457)

This commit is contained in:
Alexandr Garbuzov
2023-11-07 03:36:17 +03:00
committed by GitHub
parent e5b5da86e5
commit 79cee30ac3
+1 -1
View File
@@ -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",