feat(eslint): Rule "no-buffer-constructor"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 11:55:55 +04:00
parent 1178701bf1
commit 556f81ccfd
2 changed files with 8 additions and 2 deletions

View File

@ -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"
],