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"
|
- [X] "no-eval"
|
||||||
- [ ] "no-ex-assign"
|
- [ ] "no-ex-assign"
|
||||||
- [X] "no-extend-native"
|
- [X] "no-extend-native"
|
||||||
- [ ] "no-extra-bind"
|
- [X] "no-extra-bind"
|
||||||
- [ ] "no-extra-boolean-cast"
|
- [ ] "no-extra-boolean-cast"
|
||||||
- [ ] "no-extra-label"
|
- [ ] "no-extra-label"
|
||||||
- [ ] "no-extra-parens"
|
- [ ] "no-extra-parens"
|
||||||
|
@ -239,6 +239,9 @@
|
|||||||
"no-extend-native": [
|
"no-extend-native": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
"no-extra-bind": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-extra-semi": [
|
"no-extra-semi": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user