infra: enable no-delete-var eslint rule (#3465)

This commit is contained in:
Alexandr Garbuzov 2023-11-11 01:47:29 +02:00 committed by GitHub
parent edf9f7413b
commit 5ea659579e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@
// "init-declarations": [ "error", "always" ],
// "no-catch-shadow": "warn",
// "no-delete-var": "error",
"no-delete-var": "error",
// "no-label-var": "error",
// "no-shadow-restricted-names": "error",
// "no-shadow": "warn",