near / borsh-js

TypeScript/JavaScript implementation of Binary Object Representation Serializer for Hashing
Apache License 2.0
112 stars 38 forks source link

add build to ci and fix build #58

Closed ailisp closed 2 years ago

ailisp commented 2 years ago

Fix #57

ailisp commented 2 years ago

The pretty:check is passing locally, is there a good way to fix it? @volovyk-s

volovyks commented 2 years ago

@ailisp I have the same pretty error locally. Also, yarn pretty changes some code.

volovyks commented 2 years ago

@ailisp it's better to lint the code. It can help to fix or prevent errors. Let's use eslint for it. I have deleted prettier since eslint can format code.