feat(eslint): Rule "no-buffer-constructor"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
1178701bf1
commit
556f81ccfd
@ -82,7 +82,7 @@
|
|||||||
- [ ] "no-async-promise-executor"
|
- [ ] "no-async-promise-executor"
|
||||||
- [ ] "no-await-in-loop"
|
- [ ] "no-await-in-loop"
|
||||||
- [ ] "no-bitwise"
|
- [ ] "no-bitwise"
|
||||||
- [ ] "no-buffer-constructor"
|
- [X] "no-buffer-constructor"
|
||||||
- [X] "no-caller"
|
- [X] "no-caller"
|
||||||
- [ ] "no-case-declarations"
|
- [ ] "no-case-declarations"
|
||||||
- [X] "no-catch-shadow"
|
- [X] "no-catch-shadow"
|
||||||
@ -154,7 +154,7 @@
|
|||||||
- [ ] "no-new"
|
- [ ] "no-new"
|
||||||
- [X] "no-new-func"
|
- [X] "no-new-func"
|
||||||
- [ ] "no-new-object"
|
- [ ] "no-new-object"
|
||||||
- [ ] "no-new-require"
|
- [X] "no-new-require"
|
||||||
- [ ] "no-new-symbol"
|
- [ ] "no-new-symbol"
|
||||||
- [X] "no-new-wrappers"
|
- [X] "no-new-wrappers"
|
||||||
- [ ] "no-obj-calls"
|
- [ ] "no-obj-calls"
|
||||||
|
@ -211,6 +211,9 @@
|
|||||||
"no-alert": [
|
"no-alert": [
|
||||||
"warn"
|
"warn"
|
||||||
],
|
],
|
||||||
|
"no-buffer-constructor": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-caller": [
|
"no-caller": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
@ -316,6 +319,9 @@
|
|||||||
"no-new-func": [
|
"no-new-func": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
"no-new-require": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-new-wrappers": [
|
"no-new-wrappers": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user