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

This commit is contained in:
Alexandr Garbuzov 2023-11-07 02:36:17 +02:00 committed by GitHub
parent e5b5da86e5
commit 79cee30ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",