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.
1 parent 1995dc8 commit fe48e79Copy full SHA for fe48e79
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