feat(eslint): Rule "no-extra-bind"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -239,6 +239,9 @@
|
||||
"no-extend-native": [
|
||||
"error"
|
||||
],
|
||||
"no-extra-bind": [
|
||||
"error"
|
||||
],
|
||||
"no-extra-semi": [
|
||||
"error"
|
||||
],
|
||||
|
Reference in New Issue
Block a user