test: commonjs build #5
checks.yml
on: pull_request
ESLint
15s
TypeScript Check
15s
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
|