E0006: BigInt literal contains exponent
BigInt
literals are number literals with an n
suffix. These literals must
represent integers and cannot contain exponents (e
).
To fix this error, make the number literal a Number
literal by removing the
n
suffix, or expand the exponent of the number:
Introduced in quick-lint-js version 0.2.0.