feat: update critical dependencies and fix vulnerabilities #184
Annotations
10 warnings
|
Run ESLint:
CLI/src/commands/dream.ts#L28
Async arrow function has too many lines (131). Maximum allowed is 100
|
|
Run ESLint:
CLI/src/commands/dream.ts#L21
Function 'createDreamCommand' has too many lines (140). Maximum allowed is 100
|
|
Run ESLint:
CLI/src/commands/doctor.ts#L41
Async arrow function has a complexity of 37. Maximum allowed is 15
|
|
Run ESLint:
CLI/src/commands/doctor.ts#L41
Async arrow function has too many lines (177). Maximum allowed is 100
|
|
Run ESLint:
CLI/src/commands/doctor.ts#L36
Function 'createDoctorCommand' has too many lines (184). Maximum allowed is 100
|
|
Run ESLint:
CLI/src/commands/build.ts#L152
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run ESLint:
CLI/src/commands/build.ts#L126
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run ESLint:
CLI/src/commands/build.ts#L30
Async arrow function has a complexity of 20. Maximum allowed is 15
|
|
Run ESLint:
CLI/src/commands/build.ts#L30
Async arrow function has too many lines (121). Maximum allowed is 100
|
|
Run ESLint:
CLI/src/commands/build.ts#L23
Function 'createBuildCommand' has too many lines (130). Maximum allowed is 100
|
Loading