Warn if Promise is used as a global
We support IE10/11, neither of which define Promise globals, so make jshint warn if we use Promise without explicitly defining it (by importing a polyfill).
Showing
Please register or sign in to comment