keithamus / eslint-plugin-escompat

Report errors for code which wont work in browsers without transpiling
MIT License
30 stars 6 forks source link

Safari supports BigInt #13

Closed gkiely closed 2 years ago

gkiely commented 2 years ago

BigInts are reported as an error but are supported by the latest Safari versions: https://caniuse.com/bigint

Example error:

image
gkiely commented 2 years ago

Wow thanks for the quick fix!