infra: enable no-const-assign eslint rule (#3452)

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

View file

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