Skip to content

Commit 46d0ef9

Browse files
Merge pull request #464 from Gillespie59/development
2.2.1
2 parents 0df0524 + 99a907f commit 46d0ef9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-angular",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "ESLint rules for AngularJS projects",
55
"main": "index.js",
66
"scripts": {

rules/service-name.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ module.exports = {
9696

9797
if (config.oldBehavior) {
9898
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');
10299
} else {
103100
isService = utils.isAngularServiceDeclaration(node);
104101
}

0 commit comments

Comments
 (0)