s(eslint): update eslint #6
Annotations
10 errors and 1 warning
Lint the project:
src/auth/LDAPStrategy.ts#L65
Unsafe call of a(n) `any` typed value
|
Lint the project:
src/auth/LDAPStrategy.ts#L65
Unexpected any. Specify a different type
|
Lint the project:
src/auth/LDAPStrategy.ts#L70
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
Lint the project:
src/auth/LDAPStrategy.ts#L70
Unsafe member access .message on an `any` value
|
Lint the project:
src/auth/LDAPStrategy.ts#L115
Unexpected any. Specify a different type
|
Lint the project:
src/auth/LDAPStrategy.ts#L118
Unsafe member access .rememberMe on an `any` value
|
Lint the project:
src/auth/LocalStrategy.ts#L35
Promise returned in function argument where a void return was expected
|
Lint the project:
src/auth/LocalStrategy.ts#L71
Unsafe call of a(n) `any` typed value
|
Lint the project:
src/auth/LocalStrategy.ts#L71
Unexpected any. Specify a different type
|
Lint the project:
src/auth/LocalStrategy.ts#L71
Unexpected any. Specify a different type
|
Lint the project:
src/controllers/InvoiceController.ts#L82
Unexpected console statement. Only these console methods are allowed: warn, error
|
Loading