eslint-plugin-compat
eslint-plugin-compat copied to clipboard
Issues with BigInt and Safari 14.
Issue
Safari 14 supports BigInteger API. I am however receiving eslint errors that it is unsupported.
Here is my browsers list config in package.json
, after running
$ npx browserslist
I see the following
Here are my dependencies.
Expected behaviour
After adding supports bigint
to config list I expected to have no eslint errors.
However after running eslint in terminal I receive the following errors.
But from what I can discern BigInts are supported in safari 14.
Thanks.