chore(deps): update pnpm to v9 #405
Annotations
10 errors
test (ubuntu-latest, 16)
Process completed with exit code 1.
|
lint:
src/index.ts#L4
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
lint:
src/options.ts#L1
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
lint:
tests/transform.test.ts#L3
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
lint:
tsconfig.json#L5
Expected object keys to be in specified order. 'lib' should be before 'module'
|
lint:
tsconfig.json#L8
Expected object keys to be in specified order. 'moduleResolution' should be before 'esModuleInterop'
|
lint:
tsconfig.json#L10
Expected object keys to be in specified order. 'noUnusedLocals' should be before 'skipLibCheck'
|
lint:
tsconfig.json#L11
Expected object keys to be in specified order. 'types' should be before 'noUnusedLocals'
|
lint
Process completed with exit code 1.
|
test (windows-latest, 16)
Process completed with exit code 1.
|