feat(eslint): Rule "prefer-reflect"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
c6f02605aa
commit
d78f3002af
@ -240,7 +240,7 @@
|
||||
- [ ] "prefer-numeric-literals"
|
||||
- [ ] "prefer-object-spread"
|
||||
- [ ] "prefer-promise-reject-errors"
|
||||
- [ ] "prefer-reflect"
|
||||
- [X] "prefer-reflect"
|
||||
- [ ] "prefer-regex-literals"
|
||||
- [ ] "prefer-rest-params"
|
||||
- [ ] "prefer-spread"
|
||||
|
@ -32,5 +32,8 @@
|
||||
{
|
||||
"allowIndentationTabs": true
|
||||
}
|
||||
],
|
||||
"prefer-reflect": [
|
||||
"off"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user