napsternxg / ReadLater

This is a google chrome extension for saving links for later reading.
https://chrome.google.com/webstore/detail/read-later/nplngmgdacdfncdkpdomipkehfnbinfa
GNU General Public License v2.0
103 stars 36 forks source link

Add Linting profile #17

Closed napsternxg closed 7 years ago

napsternxg commented 7 years ago

Add ESLint profile to the code as suggested by @kav2k

kav2k commented 7 years ago

Well you did a linter profile.. but it's:

  1. Incomplete/broken (without env settings, it does not recognize ES6, for instance).
  2. Code isn't actually linted according to the provided rules.

In addition, I must say that Google preset is very rigid and pretty far from your current code's state.