feat(eslint): Rule "no-caller"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
5bd92b74f2
commit
e5752a7db1
@ -83,7 +83,7 @@
|
||||
- [ ] "no-await-in-loop"
|
||||
- [ ] "no-bitwise"
|
||||
- [ ] "no-buffer-constructor"
|
||||
- [ ] "no-caller"
|
||||
- [X] "no-caller"
|
||||
- [ ] "no-case-declarations"
|
||||
- [X] "no-catch-shadow"
|
||||
- [ ] "no-class-assign"
|
||||
|
@ -200,6 +200,9 @@
|
||||
"no-alert": [
|
||||
"warn"
|
||||
],
|
||||
"no-caller": [
|
||||
"error"
|
||||
],
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user