Skip to content

test: commonjs build #5

test: commonjs build

test: commonjs build #5

Triggered via pull request January 18, 2024 11:51
@Progi1984Progi1984
synchronize #5
pr4
Status Failure
Total duration 25s
Artifacts

checks.yml

on: pull_request
ESLint
15s
ESLint
TypeScript Check
15s
TypeScript Check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ESLint: src/common/BO/loginBO.ts#L3
Expected 1 empty line after require statement not followed by another require
ESLint: src/common/BO/loginBO.ts#L3
'loginPage' is never reassigned. Use 'const' instead
ESLint: src/common/BO/loginBO.ts#L3
Require statement not part of import statement
ESLint: src/common/BO/loginBO.ts#L3
`@pages/BO/login` import should occur after type import of `@playwright/test`
ESLint: src/common/BO/loginBO.ts#L4
Import in body of module; reorder to top
ESLint: src/common/BO/loginBO.ts#L6
Import in body of module; reorder to top
ESLint: src/common/BO/loginBO.ts#L7
Import in body of module; reorder to top
ESLint: src/interfaces/BO/dashboard/index.ts#L1
There should be no space after '{'
ESLint: src/interfaces/BO/dashboard/index.ts#L1
There should be no space before '}'
ESLint: src/interfaces/BO/dashboard/index.ts#L1
Strings must use singlequote