From 0fb0f570970acc836cb8db6aedb491d418a4ae19 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:32:01 +0400 Subject: feat(eslint): Rule "no-extra-bind" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/rules/default.json b/src/rules/default.json index 8750343..6738853 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -239,6 +239,9 @@ "no-extend-native": [ "error" ], + "no-extra-bind": [ + "error" + ], "no-extra-semi": [ "error" ], -- cgit v1.2.3