feat(eslint): Rule "no-proto"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 01:45:06 +04:00
parent 2d8a11cb2f
commit 0c0d6c019f
2 changed files with 4 additions and 1 deletions

View File

@ -305,6 +305,9 @@
"no-octal-escape": [
"error"
],
"no-proto": [
"error"
],
"no-spaced-func": [
"off"
],