mozilla / testpilot-ga

Mozilla Public License 2.0
3 stars 9 forks source link

Add ESLint #14

Closed pdehaan closed 6 years ago

pdehaan commented 6 years ago

Current status:

$ npm run lint

> testpilot-ga@0.3.0 lint /Users/pdehaan/dev/github/mozilla/testpilot-ga
> eslint .

/Users/pdehaan/dev/github/mozilla/testpilot-ga/src/TestPilotGA.js
  99:19  error  'options' is defined but never used  no-unused-vars

✖ 1 problem (1 error, 0 warnings)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! testpilot-ga@0.3.0 lint: `eslint .`
npm ERR! Exit status 1
pdehaan commented 6 years ago

Nevermind, I just realized I redid #7.