Feature/jared+verania/home page #48
lint-check.yaml
on: pull_request
Backend lint and style check
38s
Frontend lint and style check
40s
Annotations
3 errors and 2 warnings
Backend lint and style check
Process completed with exit code 1.
|
Frontend lint and style check
Process completed with exit code 1.
|
Frontend lint and style check:
frontend/src/pages/homePage.tsx#L38
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Backend lint and style check:
backend/src/services/auth.ts#L1
import statements should have an absolute path
|
Backend lint and style check:
backend/src/models/users.ts#L17
'attr' is defined but never used. Allowed unused args must match /^_/u
|