infra: enable no-this-before-super eslint rule (#3256)

This commit is contained in:
Alexandr Garbuzov 2023-09-19 12:40:38 +03:00 committed by GitHub
parent 078043585a
commit 772ef35fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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