feat(eslint): Rule "no-proto"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
2d8a11cb2f
commit
0c0d6c019f
@ -165,7 +165,7 @@
|
||||
- [ ] "no-plusplus"
|
||||
- [ ] "no-process-env"
|
||||
- [ ] "no-process-exit"
|
||||
- [ ] "no-proto"
|
||||
- [X] "no-proto"
|
||||
- [ ] "no-prototype-builtins"
|
||||
- [ ] "no-redeclare"
|
||||
- [ ] "no-regex-spaces"
|
||||
|
@ -305,6 +305,9 @@
|
||||
"no-octal-escape": [
|
||||
"error"
|
||||
],
|
||||
"no-proto": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user