feat(eslint): Rule "no-new-wrappers"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
93df216d0d
commit
2eec58795d
@ -156,7 +156,7 @@
|
||||
- [ ] "no-new-object"
|
||||
- [ ] "no-new-require"
|
||||
- [ ] "no-new-symbol"
|
||||
- [ ] "no-new-wrappers"
|
||||
- [X] "no-new-wrappers"
|
||||
- [ ] "no-obj-calls"
|
||||
- [ ] "no-octal"
|
||||
- [ ] "no-octal-escape"
|
||||
|
@ -299,6 +299,9 @@
|
||||
"no-new-func": [
|
||||
"error"
|
||||
],
|
||||
"no-new-wrappers": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user