decentralized-identity / sidetree

Sidetree Specification and Reference Implementation
https://identity.foundation/sidetree/spec
Apache License 2.0
438 stars 112 forks source link

Migrate tslint to eslint #872

Closed tiago154 closed 4 years ago

tiago154 commented 4 years ago

865

Hi. I added eslint and put some rules according to the project.

So to validate the errors, run npm run lint

There is also (npm run lint:fix), where it is possible to apply corrections automatically.

thehenrytsai commented 4 years ago

This is awesome! Thanks a lot! Taking a look now!