feat: bytecap new repo #1
Annotations
15 errors
Typecheck
Process completed with exit code 2.
|
Typecheck
Type '{ files: never[]; totalSize: number; totalSizeFormatted: string; scanPath: string; }' is missing the following properties from type 'DirectoryInfo': caidoFiles, caidoTotalSize, caidoTotalSizeFormatted
|
Typecheck
Type '{ files: never[]; totalSize: number; totalSizeFormatted: string; scanPath: string; }' is missing the following properties from type 'DirectoryInfo': caidoFiles, caidoTotalSize, caidoTotalSizeFormatted
|
Typecheck
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
|
Typecheck
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
|
Lint:
packages/frontend/src/views/App.vue#L477
Attribute name " is not valid
|
Lint:
packages/frontend/src/views/App.vue#L477
Parsing error: unexpected-character-in-attribute-name
|
Lint:
packages/frontend/src/views/App.vue#L470
Attribute name " is not valid
|
Lint:
packages/frontend/src/views/App.vue#L470
Parsing error: unexpected-character-in-attribute-name
|
Lint:
packages/frontend/src/views/App.vue#L468
Parsing error: Opening tag "span" not terminated
|
Lint:
packages/frontend/src/views/App.vue#L58
Don't use `null` as a type. Use 'undefined' instead of 'null'
|
Lint:
packages/frontend/src/views/App.vue#L50
Don't use `null` as a type. Use 'undefined' instead of 'null'
|
Lint:
packages/backend/src/index.ts#L93
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Lint:
packages/backend/src/index.ts#L76
Unexpected any value in conditional. An explicit comparison or type conversion is required
|
Lint:
packages/backend/src/index.ts#L76
Unexpected any value in conditional. An explicit comparison or type conversion is required
|