entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
8 stars 0 forks source link

Code style #321

Closed mixmix closed 5 months ago

mixmix commented 5 months ago

This PR is designed to align all our code style and minimize thrashing. husky allows us to hook in before a commit at run any scripts we want - in this case yarn prettier:fix

This also has the side-effect that if prettier throws an error, this will block you from committing!

mixmix commented 5 months ago

oh no I merged changes and the the approval is stale