chore: fix lint #112
Annotations
15 warnings
test (ubuntu-latest, 16)
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/.
|
test (ubuntu-latest, 18)
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
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#L69
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
|
test (macos-latest, 18)
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/.
|
test (windows-latest, 18)
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/.
|