web3.storage
web3.storage copied to clipboard
upgrade standard js to latest major version
Motivation:
- currently our linters fail if you use js class fields. new version of standard allows them since they've moved to stage 4 https://github.com/tc39/proposal-class-fields
separate issue, because this upgrade will also make a bunch of tiny changes based on npm run lint:fix