eslint-plugin-angular
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "eslint-plugin-angular", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "ESLint rules for AngularJS projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -99,5 +99,2 @@ /** | ||
isService = utils.isAngularServiceDeclarationDeprecated(node); | ||
// Warning that the API is deprecated | ||
// eslint-disable-next-line | ||
console.warn('The rule `angular/service-name` will be split up to different rules in the next version. Please read the docs for more information'); | ||
} else { | ||
@@ -104,0 +101,0 @@ isService = utils.isAngularServiceDeclaration(node); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
197211
4508