infra: enable no-class-assign eslint rule (#3451)

This commit is contained in:
Alexandr Garbuzov 2023-11-01 21:31:31 +02:00 committed by GitHub
parent ff16984988
commit 236577f70a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@
// "constructor-super": "error",
// "generator-star-spacing": [ "error", "before" ],
// "no-arrow-condition": "error",
// "no-class-assign": "error",
"no-class-assign": "error",
// "no-const-assign": "error",
// "no-dupe-class-members": "error",
"no-this-before-super": "error",