update docs #5
Annotations
10 warnings
run-tests:
sample-kanban-node/app/configs/database.js#L10
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
run-tests:
sample-kanban-node/app/configs/database.js#L10
A function with a name starting with an uppercase letter should only be used as a constructor.
|
run-tests:
sample-kanban-node/app/configs/hook-test-container.js#L10
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
run-tests:
sample-kanban-node/app/configs/hook-test-container.js#L11
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
run-tests:
sample-kanban-node/app/configs/hook-test-container.js#L12
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
run-tests:
sample-kanban-node/app/configs/hook-test-container.js#L14
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
run-tests:
sample-kanban-node/app/services/board-services.js#L14
Identifier 'task_id' is not in camel case.
|
run-tests:
sample-kanban-node/app/services/board-services.js#L15
Identifier 'task_id' is not in camel case.
|
run-tests:
sample-kanban-node/app/services/board-services.js#L17
Unexpected `await` inside a loop.
|
run-tests:
sample-kanban-node/app/services/board-services.js#L50
Unexpected `await` inside a loop.
|