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 17849c2 commit a88eb0bCopy full SHA for a88eb0b
src/.eslintrc
@@ -3,6 +3,10 @@
3
"env": {
4
"browser": true
5
},
6
+ "globals": {
7
+ "Promise": true,
8
+ "Uint8Array": true
9
+ },
10
"rules": {
11
"strict": [2, "global"]
12
}
0 commit comments