privacybydesign / irma-frontend-packages

Collection of frontend related packages, that together form a Javascript "client" to the IRMA server.
7 stars 4 forks source link

Added eslint and formatter #42

Closed ivard closed 3 years ago

ivard commented 3 years ago

You can run the linter by running npm install and then

Initially, this generated a lot of errors. A lot could be fixed by the autofixer:

I included all the fixes in this PR.