holic / web3-scaffold

Quickly get up and running on web3
148 stars 19 forks source link

fix: cleanup lint warnings #38

Closed davisshaver closed 2 years ago

davisshaver commented 2 years ago

Addresses https://github.com/holic/web3-scaffold/issues/37.

There are still some uses of any type that I left as-is with ignore statements, maybe we can revisit those later. For some of the types (BigInt, BigDecimal, etc) there aren't native TypeScript equivalents, but maybe third-party packages we can look into at some point.