studiobakers / eslint-config-base

Bakers Studio's base ESLint rules
0 stars 0 forks source link

no-magic-numbers: Add 0n bigint number to the ignore list #25

Closed edizcelik closed 2 years ago

yasincaliskan commented 3 years ago

I just wonder, would we need to -1n and 1n BigInt numbers? Because we already ignore -1, 0, 1 numbers. Should BigInt numbers parallel with these?