Skip to content

Commit a799e0d

Browse files
committed
editor config
1 parent 8a1554b commit a799e0d

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = space
8+
indent_size = 2
9+
10+
[*.{js,json,html,htm,css,scss,less,md,txt,properties,yml,go}]
11+
charset = utf-8
12+
13+
[*.{js,go}]
14+
indent_size = 4

.eslintrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
"env": {
33
"browser": true
44
},
5-
"globals": {
6-
"angular": true,
7-
"notify": true,
8-
"module": true
9-
},
105
"rules": {
116
"block-scoped-var": 0,
127
"no-extra-parens": 0,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ See full docs at: [API Docs](docs/api.md)
9797

9898
| Date | Version | Description |
9999
| ----------- | ------- | ----------- |
100-
| 2015-11-03 | v0.0.38 | Maintenance |
100+
| 2015-11-04 | v0.0.39 | Maintenance |
101101
| 2015-09-26 | v0.0.31 | Update bower dependencies |
102102
| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
103103
| 2015-09-02 | v0.0.29 | Maintenance |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

0 commit comments

Comments
 (0)