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-await-in-loop"
|
||||||
- [ ] "no-bitwise"
|
- [ ] "no-bitwise"
|
||||||
- [ ] "no-buffer-constructor"
|
- [ ] "no-buffer-constructor"
|
||||||
- [ ] "no-caller"
|
- [X] "no-caller"
|
||||||
- [ ] "no-case-declarations"
|
- [ ] "no-case-declarations"
|
||||||
- [X] "no-catch-shadow"
|
- [X] "no-catch-shadow"
|
||||||
- [ ] "no-class-assign"
|
- [ ] "no-class-assign"
|
||||||
|
@ -200,6 +200,9 @@
|
|||||||
"no-alert": [
|
"no-alert": [
|
||||||
"warn"
|
"warn"
|
||||||
],
|
],
|
||||||
|
"no-caller": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-catch-shadow": [
|
"no-catch-shadow": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user