feat(cli): add --format json to init and JSON-to-TS conversion #127
Annotations
11 errors, 10 warnings, and 10 notices
|
Type Check
Parameter 'framework' implicitly has an 'any' type.
|
|
Type Check
Parameter 'candidate' implicitly has an 'any' type.
|
|
Type Check
Cannot find module '@prisma/compute-sdk/config' or its corresponding type declarations.
|
|
Type Check
Parameter 'framework' implicitly has an 'any' type.
|
|
Type Check
Parameter 'framework' implicitly has an 'any' type.
|
|
Type Check
Parameter 'framework' implicitly has an 'any' type.
|
|
Type Check
Parameter 'framework' implicitly has an 'any' type.
|
|
Type Check
Cannot find module '@prisma/compute-sdk/config' or its corresponding type declarations.
|
|
Type Check
Cannot find module '@prisma/compute-sdk' or its corresponding type declarations.
|
|
Type Check
Cannot find module '@prisma/compute-sdk/config' or its corresponding type declarations.
|
|
Test
Process completed with exit code 1.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2303
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/style/noNonNullAssertion:
packages/cli/src/controllers/app.ts#L4110
Forbidden non-null assertion.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2302
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2296
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2261
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/style/noNonNullAssertion:
packages/cli/src/controllers/app.ts#L3387
Forbidden non-null assertion.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2128
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2593
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2557
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2528
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/performance/noAwaitInLoops:
packages/cli/src/controllers/app.ts#L4133
Avoid using await inside loops.
|
|
lint/style/noNestedTernary:
packages/cli/src/controllers/app.ts#L4109
Do not nest ternary expressions.
|
|
lint/performance/noAwaitInLoops:
packages/cli/src/controllers/app.ts#L4096
Avoid using await inside loops.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
packages/cli/src/controllers/app.ts#L3421
Excessive complexity of 18 detected (max: 15).
|
|
lint/style/noNestedTernary:
packages/cli/src/controllers/app.ts#L2611
Do not nest ternary expressions.
|
|
lint/style/noNestedTernary:
packages/cli/src/controllers/app.ts#L2609
Do not nest ternary expressions.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
packages/cli/src/controllers/app.ts#L2391
Excessive complexity of 26 detected (max: 15).
|
|
lint/performance/noAwaitInLoops:
packages/cli/src/controllers/app.ts#L1563
Avoid using await inside loops.
|
|
lint/style/noNestedTernary:
packages/cli/src/controllers/app.ts#L1182
Do not nest ternary expressions.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
packages/cli/src/controllers/app.ts#L587
Excessive complexity of 18 detected (max: 15).
|