infra: enable no-dupe-class-members eslint rule (#3456)

This commit is contained in:
Alexandr Garbuzov 2023-11-06 16:18:43 +02:00 committed by GitHub
parent 5b3b920ed2
commit 90c30f2bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@
// "no-arrow-condition": "error",
"no-class-assign": "error",
"no-const-assign": "error",
// "no-dupe-class-members": "error",
"no-dupe-class-members": "error",
"no-this-before-super": "error",
// "no-var": "warn",
"object-shorthand": [ "warn" ],