Patashu / break_eternity.js

A Javascript numerical library to represent numbers as large as 10^^1e308 and as small as 10^-10^^1e308. Sequel to break_infinity.js, designed for incremental games.
MIT License
121 stars 44 forks source link

Fix lint errors in index.ts #78

Closed mcpower closed 2 years ago

mcpower commented 2 years ago

e566d963f37cfed8390480eecdbd28467698be1d introduced linters and formatters, but they haven't been used in a while in index.ts - resulting in a ton of lint errors. This PR fixes those lint errors.

Note that this PR deletes some unused variables - see commit 80a3c4283640694a9f8ed777b550fd814c09e972.