MyMailProtocol / permamail-app

Mail inbox app deployed on the permaweb
Apache License 2.0
7 stars 2 forks source link

Adds eslint #5

Closed RichardGale closed 2 years ago

RichardGale commented 2 years ago

Adds eslint (https://eslint.org/docs/user-guide) with airbnb coding standard as default

Use npm install to install then npm run eslint to see warnings/errors

DanMacDonald commented 2 years ago

Sweet, thanks!