feat(eslint): Rule "no-proto"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -305,6 +305,9 @@
|
||||
"no-octal-escape": [
|
||||
"error"
|
||||
],
|
||||
"no-proto": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user