Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow usage of native ES6 Promise implementation #16

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

sawyerh
Copy link
Contributor

@sawyerh sawyerh commented Nov 6, 2019

This removes the enforcement of the promise/no-native rule, which would throw a lint error if a project used the platform's native Promise implementation. Promises are well supported at this point, with IE11 being an exception. For IE11 support, folks can use a polyfill.

Browser support

image

Node support

image

@sawyerh sawyerh requested a review from lorenyu November 6, 2019 20:15
@sawyerh sawyerh merged commit 819315b into master Nov 18, 2019
@sawyerh sawyerh deleted the sawyer/remove-promise-no-native branch November 18, 2019 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant