decentralized-identity / DIDComm-js

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

correcting variable names to make them all camelCase #19

Closed flagoon closed 4 years ago

flagoon commented 4 years ago

Hey, I did correct the variable names. I also added tslint rule to prevent this problem in the future.

Tests are passing fine, but there are some tslint errors in the file. I could tackle them, if you want. Also, tslint is going to be depreciated, so I could help you move to eslint if needed.

thanks and regards Pawel

kdenhartog commented 4 years ago

@pelle would you mind giving this a review to make sure it won't cause any problems for you if you're depending on this library. Also, if you are we should try and get a proper CI build setup for this.