We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0df0524 + 99a907f commit 46d0ef9Copy full SHA for 46d0ef9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-angular",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "ESLint rules for AngularJS projects",
5
"main": "index.js",
6
"scripts": {
rules/service-name.js
@@ -96,9 +96,6 @@ module.exports = {
96
97
if (config.oldBehavior) {
98
isService = utils.isAngularServiceDeclarationDeprecated(node);
99
- // Warning that the API is deprecated
100
- // eslint-disable-next-line
101
- 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');
102
} else {
103
isService = utils.isAngularServiceDeclaration(node);
104
}
0 commit comments