fix: update cli and fix linting errors #6
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/agents/classic/index.ts#L13
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/agents/classic/index.ts#L102
Unnecessary conditional, value is always truthy
|
src/agents/types.ts#L13
This line has a length of 158. Maximum allowed is 120
|
src/index.ts#L46
This line has a length of 128. Maximum allowed is 120
|
src/index.ts#L56
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/index.ts#L62
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/index.ts#L63
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/index.ts#L91
Unnecessary conditional, value is always falsy
|
src/index.ts#L124
Unnecessary conditional, value is always truthy
|
src/index.ts#L144
Unnecessary conditional, value is always truthy
|
src/agents/classic/index.ts#L13
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/agents/classic/index.ts#L102
Unnecessary conditional, value is always truthy
|
src/agents/types.ts#L13
This line has a length of 158. Maximum allowed is 120
|
src/index.ts#L46
This line has a length of 128. Maximum allowed is 120
|
src/index.ts#L56
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/index.ts#L62
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/index.ts#L63
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/index.ts#L91
Unnecessary conditional, value is always falsy
|
src/index.ts#L124
Unnecessary conditional, value is always truthy
|
src/index.ts#L144
Unnecessary conditional, value is always truthy
|
This job succeeded
Loading