diff --git a/ROADMAP.md b/ROADMAP.md index d221817..cbdf554 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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" 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" ],