This rule is deprecated and will be removed in future versions. Explanation: angular.isRegexp
is no built-in angular method.
You should use the angular.isRegexp method instead of the default JavaScript implementation (toString.call(/^A/) === "[object RegExp]").
This rule was introduced in eslint-plugin-angular 0.1.0