Skip to content

Commit a88eb0b

Browse files
committed
list Promise and Uint8Array as global in src/ :
- as mentioned in the migration guide http://eslint.org/docs/user-guide/migrating-to-2.0.0
1 parent 17849c2 commit a88eb0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/.eslintrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"env": {
44
"browser": true
55
},
6+
"globals": {
7+
"Promise": true,
8+
"Uint8Array": true
9+
},
610
"rules": {
711
"strict": [2, "global"]
812
}

0 commit comments

Comments
 (0)