chore: update release ci #113
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
packages/eslint/src/rules/loop-call.md#L11
There is a loop call in nodes [a,add], perhaps you can refactor it
|
Lint:
packages/eslint/src/rules/loop-call.md#L13
There is a loop call in nodes [a,add], perhaps you can refactor it
|
Lint:
packages/eslint/src/rules/loop-call.md#L32
'add' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
packages/eslint/src/rules/loop-call.md#L32
Node [add] not used, perhaps you can remove it
|
Lint:
packages/eslint/src/rules/not-used.md#L11
'b' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
packages/eslint/src/rules/not-used.md#L11
Node [b] not used, perhaps you can remove it
|
Lint:
packages/eslint/src/utils.ts#L70
Generic Object Injection Sink
|
Lint:
packages/playground/app.vue#L8
There is a loop call in nodes [start,code], perhaps you can refactor it
|
Lint:
packages/playground/app.vue#L34
There is a loop call in nodes [start,code], perhaps you can refactor it
|
Lint:
packages/playground/app.vue#L58
Unexpected console statement
|
Loading