infra: enable no-caller eslint rule (#3473)

This commit is contained in:
Alexandr Garbuzov 2023-11-13 21:05:38 +02:00 committed by GitHub
parent 5ea659579e
commit 51eefa2dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@
// "eqeqeq": [ "error", "smart" ],
// "guard-for-in": "warn",
// "no-alert": "error",
// "no-caller": "error",
"no-caller": "error",
// "no-case-declarations": "warn",
// "no-div-regex": "warn",
// "no-else-return": "warn",