diff --git a/.jshintrc b/.jshintrc index 3448f91e42..b3d3868d70 100644 --- a/.jshintrc +++ b/.jshintrc @@ -10,7 +10,11 @@ "nocomma": true, "nonbsp": true, "nonew": true, - "predef": ["define"], + "predef": [ + "define", + "Blob", + "Promise" + ], "strict": "implied", "undef": true, "unused": true