fix: support plugin-legacy #517
Annotations
8 errors and 1 warning
Lint:
packages/plugin-legacy/src/index.ts#L569
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Lint:
packages/plugin-legacy/src/index.ts#L571
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Lint:
packages/plugin-legacy/src/index.ts#L575
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
Lint:
packages/plugin-legacy/src/index.ts#L947
'options' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
packages/plugin-legacy/src/index.ts#L956
Unexpected constant condition
|
Lint:
packages/plugin-legacy/src/index.ts#L956
Unexpected constant truthiness on the left-hand side of a `||` expression
|
Lint:
playground/legacy-simple/vite.config.js#L3
Do not import Node.js builtin module "assert"
|
Lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading