Skip to content

FEAT: Set up auth #1176

FEAT: Set up auth

FEAT: Set up auth #1176

Triggered via pull request June 8, 2024 15:36
Status Failure
Total duration 43s
Artifacts

lint.yml

on: pull_request
Matrix: ESLint ✨
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ESLint ✨ (21.3.0): __tests__/auth.test.ts#L11
'testUserId' is assigned a value but never used
ESLint ✨ (21.3.0): __tests__/auth.test.ts#L64
'userId' is assigned a value but never used
ESLint ✨ (21.3.0): __tests__/auth.test.ts#L80
Expected indentation of 0 spaces but found 4
ESLint ✨ (21.3.0): __tests__/auth.test.ts#L82
Expected indentation of 0 spaces but found 4
ESLint ✨ (21.3.0): src/auth.ts#L23
'isAuthenticated' is already declared in the upper scope on line 43 column 10
ESLint ✨ (21.3.0): src/auth.ts#L27
This line has a length of 121. Maximum allowed is 120
ESLint ✨ (21.3.0): src/auth.ts#L27
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
ESLint ✨ (21.3.0): src/auth.ts#L28
Unexpected parentheses around single function argument
ESLint ✨ (21.3.0): src/auth.ts#L33
Expected blank line after variable declarations
ESLint ✨ (21.3.0): src/auth.ts#L47
Strings must use singlequote