decentralized-identity / DIDComm-js

JS implementation of pack and unpack
Apache License 2.0
55 stars 25 forks source link

fix: lint error #26

Closed kg0r0 closed 4 years ago

kg0r0 commented 4 years ago

I found some lint errors when I executed the following command.

$ npm install
$ npm run lint

So I executed the following command and manually fixed the remaining lint errors.

$ node_modules/tslint/bin/tslint -p tsconfig.json --fix