st900278 / Imgur-Uploader-Firefox

Addon for firefox to upload image to Imgur
Mozilla Public License 2.0
24 stars 8 forks source link

Added eslint, did some cleanup. #14

Closed KoenDG closed 4 years ago

KoenDG commented 4 years ago

As the title states, I added ESLint and a config, extending the airbnb config.

In case it doesn't work, try doing the npm i installs in your home directory.

And did a first style change, using "const" and "let" instead of "var".

I'm trying to keep these PRs small, so it is easier to read what has changed.