feat(eslint): Rule "no-caller"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 01:25:55 +04:00
parent 5bd92b74f2
commit e5752a7db1
2 changed files with 4 additions and 1 deletions

View File

@ -200,6 +200,9 @@
"no-alert": [
"warn"
],
"no-caller": [
"error"
],
"no-catch-shadow": [
"off"
],