ESLint Report
8 problems (4 errors, 4 warnings)
- Generated on Fri Oct 18 2024 20:55:25 GMT+0000 (Coordinated Universal Time)
[+] /var/lib/jenkins/workspace/eslint Release/eslint/fullOfProblems.js
8 problems (4 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
Unnecessary 'else' after 'return'.
no-else-return
5:1
Warning
Expected indentation of 8 spaces but found 6.
indent
5:7
Error
Function 'addOne' expected a return value.
consistent-return
5:13
Warning
Missing semicolon.
semi