feat(eslint): Rule "prefer-numeric-literals"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 02:08:25 +04:00
parent ddbdb502fa
commit 1191beb965
2 changed files with 4 additions and 1 deletions

View File

@@ -237,7 +237,7 @@
- [ ] "prefer-destructuring"
- [ ] "prefer-exponentiation-operator"
- [ ] "prefer-named-capture-group"
- [ ] "prefer-numeric-literals"
- [X] "prefer-numeric-literals"
- [X] "prefer-object-spread"
- [ ] "prefer-promise-reject-errors"
- [X] "prefer-reflect"