feat(eslint): Rule "no-extra-bind"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 01:32:01 +04:00
parent 3f21bbb936
commit 0fb0f57097
2 changed files with 4 additions and 1 deletions

View File

@ -239,6 +239,9 @@
"no-extend-native": [
"error"
],
"no-extra-bind": [
"error"
],
"no-extra-semi": [
"error"
],