cnnlabs / cnn-hapi

CNN Hapi
10 stars 4 forks source link

Add CI and fix all the ESLint errors #9

Closed jamsyoung closed 8 years ago

jamsyoung commented 8 years ago
/Users/jyoung/dev/cnn-hapi/lib/plugins/metrics/index.js
  2:5  error  'debug' is defined but never used  no-unused-vars

/Users/jyoung/dev/cnn-hapi/main.js
    7:5   error  'packageConfig' is defined but never used               no-unused-vars
    8:1   error  Trailing spaces not allowed                             no-trailing-spaces
   13:5   error  Expected indentation of 8 space characters but found 4  indent
   71:9   error  'version' is defined but never used                     no-unused-vars
   71:17  error  Infix operators must be spaced                          space-infix-ops
  128:1   error  Trailing spaces not allowed                             no-trailing-spaces
  136:12  error  Trailing spaces not allowed                             no-trailing-spaces
  137:6   error  Unnecessary semicolon                                   no-extra-semi
  138:1   error  Trailing spaces not allowed                             no-trailing-spaces