feat(eslint): Rule "no-extra-bind"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
3f21bbb936
commit
0fb0f57097
@ -114,7 +114,7 @@
|
||||
- [X] "no-eval"
|
||||
- [ ] "no-ex-assign"
|
||||
- [X] "no-extend-native"
|
||||
- [ ] "no-extra-bind"
|
||||
- [X] "no-extra-bind"
|
||||
- [ ] "no-extra-boolean-cast"
|
||||
- [ ] "no-extra-label"
|
||||
- [ ] "no-extra-parens"
|
||||
|
@ -239,6 +239,9 @@
|
||||
"no-extend-native": [
|
||||
"error"
|
||||
],
|
||||
"no-extra-bind": [
|
||||
"error"
|
||||
],
|
||||
"no-extra-semi": [
|
||||
"error"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user