ESLint Report
9 problems (5 errors, 4 warnings)
- Generated on Tue Feb 09 2016 12:57:53 GMT-0800 (Pacific Standard Time)
[+] fullOfProblems.js
9 problems (5 errors, 4 warnings)
1:10
Error
'addOne' is defined but never used
no-unused-vars
2:9
Error
Use the isNaN function to compare with NaN.
use-isnan
3:16
Error
Unexpected space before unary operator '++'.
space-unary-ops
3:20
Warning
Missing semicolon.
semi
4:12
Warning
Unexpected 'else' after 'return'.
no-else-return
5:7
Warning
Expected indentation of 8 space characters but found 6.
indent
5:7
Error
Expected a return value.
consistent-return
5:13
Warning
Missing semicolon.
semi
7:2
Error
Unnecessary semicolon.
no-extra-semi