asmcrypto / asmcrypto.js

JavaScript Cryptographic Library with performance in mind.
MIT License
659 stars 182 forks source link

Add linting to CI #181

Open danrr opened 3 years ago

danrr commented 3 years ago

When doing the previous pull request, I noticed that the project had a linting tools set up, but they weren't run on CI. There's a few linting issues that appear to have slipped through because of this. I've fixed those and added a linting command that is run as part of CI and can be run locally.