Document Public Functions Across All Files (✓ Sandbox Passed) #56
eslint-back.yml
on: pull_request
check-paths
4s
lint-backend
19s
Annotations
10 errors
lint-backend:
backend/src/api/index.js#L1
Expected 1 empty line after require statement not followed by another require
|
lint-backend:
backend/src/api/index.js#L8
'req' is defined but never used
|
lint-backend:
backend/src/api/index.js#L8
'res' is defined but never used
|
lint-backend:
backend/src/api/index.js#L17
'req' is defined but never used
|
lint-backend:
backend/src/api/index.js#L17
'res' is defined but never used
|
lint-backend:
backend/src/api/index.js#L27
'req' is defined but never used
|
lint-backend:
backend/src/api/index.js#L27
'res' is defined but never used
|
lint-backend:
backend/src/api/otherFile.js#L1
'express' is assigned a value but never used
|
lint-backend:
backend/src/api/otherFile.js#L2
Unable to resolve path to module '../db'
|
lint-backend:
backend/src/api/otherFile.js#L2
Missing file extension for "../db"
|