260322:1648 Correct Coresspondence / Doing RFA / Correct CI
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
> backend@1.8.0 lint D:\nap-dms.lcbp3\backend
|
||||
> eslint "{src,apps,libs,test}/**/*.ts" --fix
|
||||
|
||||
|
||||
D:\nap-dms.lcbp3\backend\src\database\seeds\user.seed.ts
|
||||
61:7 error Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free @typescript-eslint/ban-ts-comment
|
||||
115:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||||
119:11 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||||
|
||||
D:\nap-dms.lcbp3\backend\src\modules\json-schema\json-schema.service.ts
|
||||
265:11 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||||
|
||||
D:\nap-dms.lcbp3\backend\src\modules\json-schema\services\virtual-column.service.ts
|
||||
101:11 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||||
106:16 error Unsafe member access [0] on an `any` value @typescript-eslint/no-unsafe-member-access
|
||||
|
||||
D:\nap-dms.lcbp3\backend\src\modules\project\project.service.spec.ts
|
||||
64:7 error Unsafe call of an `any` typed value @typescript-eslint/no-unsafe-call
|
||||
66:10 error Unsafe member access .getManyAndCount on an `any` value @typescript-eslint/no-unsafe-member-access
|
||||
|
||||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\dsl\parser.service.ts
|
||||
24:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||||
185:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||||
|
||||
✖ 10 problems (10 errors, 0 warnings)
|
||||
|
||||
ELIFECYCLE Command failed with exit code 1.
|
||||
Reference in New Issue
Block a user