Skip to content

Commit d9ba30d

Browse files
committed
Merge pull request #121 from Gillespie59/development
0.0.11
2 parents 1b1a603 + 69a64c1 commit d9ba30d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ We provide also three samples :
8181
| 'ng_typecheck_regexp': 2 | You should use the angular.isRegexp method instead of the default JavaScript implementation (toString.call(/^A/) === "[object RegExp]"). |
8282
| 'ng_typecheck_string': 2 | You should use the angular.isString method instead of the default JavaScript implementation (typeof "" === "[object String]"). |
8383
| 'ng_window_service': 2 | Instead of the default window object, you should prefer the AngularJS wrapper service $window. [Y180](https://github.com/johnpapa/angular-styleguide#style-y180) |
84-
<<<<<<< HEAD
85-
=======
8684

87-
>>>>>>> 0.0.9
8885

8986
# Need your help
9087
It is an opensource project. Any help will be very useful. You can :

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": "0.0.10",
3+
"version": "0.0.11",
44
"description": "ESLint rules for AngularJS projects",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)