fix(cdc-acm): don't warn when serial console gadget is disabled #457
Annotations
11 warnings
|
typescript-eslint(restrict-template-expressions):
src/routes/devices.$id.deregister.tsx#L29
Invalid type used in template literal expression.
|
|
typescript-eslint(no-base-to-string):
src/routes/devices.$id.deregister.tsx#L29
'deviceId' may use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript-eslint(restrict-template-expressions):
src/routes/devices.$id.setup.tsx#L48
Invalid type used in template literal expression.
|
|
typescript-eslint(no-base-to-string):
src/routes/devices.$id.setup.tsx#L48
'id' may use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript-eslint(no-base-to-string):
src/routes/devices.$id.setup.tsx#L48
'returnTo' may use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript-eslint(restrict-template-expressions):
src/routes/devices.$id.setup.tsx#L45
Invalid type used in template literal expression.
|
|
typescript-eslint(no-base-to-string):
src/routes/devices.$id.setup.tsx#L45
'id' may use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript-eslint(restrict-template-expressions):
src/hooks/useHidRpc.ts#L317
Invalid type used in template literal expression.
|
|
typescript-eslint(no-base-to-string):
src/hooks/useHidRpc.ts#L317
'e' will use Object's default stringification format ('[object Object]') when stringified.
|
|
typescript-eslint(restrict-template-expressions):
src/hooks/hidRpc.ts#L243
Invalid type used in template literal expression.
|
|
Go
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: golangci/golangci-lint-action@v8. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|