feat(eslint): Rule "no-buffer-constructor"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -211,6 +211,9 @@
|
||||
"no-alert": [
|
||||
"warn"
|
||||
],
|
||||
"no-buffer-constructor": [
|
||||
"error"
|
||||
],
|
||||
"no-caller": [
|
||||
"error"
|
||||
],
|
||||
@ -316,6 +319,9 @@
|
||||
"no-new-func": [
|
||||
"error"
|
||||
],
|
||||
"no-new-require": [
|
||||
"error"
|
||||
],
|
||||
"no-new-wrappers": [
|
||||
"error"
|
||||
],
|
||||
|
Reference in New Issue
Block a user