Avoid using console
in code that runs on browser
JS-0002
Bug risk
Found in app.js
1
Should not have unused variables
JS-0128
Bug risk
Found in Controllers/userController.js
12
Found no return statements in callbacks of array methods
JS-0042
Anti-pattern
Found in app.js
3
Unused return value from Array
/Object
prototype method
JS-D008
Bug risk
Found in app.js
3
Use shorthand property syntax for object literals
JS-0240
Anti-pattern
Found in app.js and Controllers/userController.js
3
Found warning comments in code
JS-0099
Documentation
Found in Controllers/userController.js, Middleware/middleware.js and 1 other file
3
Use const
declarations for variables that are never reassigned
JS-0242
Anti-pattern
Found in Controllers/userController.js
2
Documentation comments not found for functions and classes
JS-D1001
Documentation
Found in app.js
1