Skip to content

Resident Directory Filter (#205) #600

Resident Directory Filter (#205)

Resident Directory Filter (#205) #600

Triggered via push January 1, 2024 21:02
Status Success
Total duration 1m 28s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
run-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L2
'FetchResult' is defined but never used
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L3
'MutationFunctionOptions' is defined but never used
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L4
'OperationVariables' is defined but never used
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L7
Replace `⏎··getAuthErrMessage⏎}·⏎` with `getAuthErrMessage·}·`
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L12
Replace `⏎··AuthenticatedUser,⏎··AuthTokenResponse,⏎` with `·AuthenticatedUser,·AuthTokenResponse·`
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L35
Unexpected any. Specify a different type
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L39
Replace `'LOGIN'` with `"LOGIN"`
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L114
Unexpected any. Specify a different type
run-lint: frontend/src/APIClients/AuthAPIClient.ts#L118
Replace `'SIGNUP'` with `"SIGNUP"`