Strip special characters from vite output #23803
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
node-test.yml
on: pull_request
Matrix: unit
Matrix: check-json-schema
Matrix: check-package-lock-vsce
Matrix: check-package-lock
Matrix: lint
Matrix: integration-windows
Matrix: integration
Annotations
10 warnings
lint (20):
src/frameworks/vite/index.ts#L24
Unexpected any. Specify a different type
|
lint (20):
src/frameworks/vite/index.ts#L24
Unexpected any. Specify a different type
|
lint (20):
src/frameworks/vite/index.ts#L27
Missing return type on function
|
lint (20):
src/frameworks/vite/index.ts#L27
Missing JSDoc comment
|
lint (20):
src/frameworks/vite/index.ts#L27
Unexpected any. Specify a different type
|
lint (20):
src/frameworks/vite/index.ts#L27
Unexpected any. Specify a different type
|
lint (20):
src/frameworks/vite/index.ts#L27
Type string trivially inferred from a string literal, remove type annotation
|
lint (20):
src/frameworks/vite/index.ts#L28
Unsafe assignment of an `any` value
|
lint (20):
src/frameworks/vite/index.ts#L38
Invalid type "any" of template literal expression
|
lint (20):
src/frameworks/vite/index.ts#L38
Unsafe member access .hosting on an `any` value
|