Skip to content

build(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates #895

build(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates

build(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates #895

Triggered via pull request July 15, 2024 17:32
@dependabotdependabot[bot]
synchronize #447
Status Success
Total duration 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dependabot.yml

on: pull_request_target
Auto review
4s
Auto review
Fit to window
Zoom out
Zoom in

Annotations

1 error
/home/runner/work/hello-web-components/hello-web-components/src/global.d.ts ► /home/runner/work/hello-web-components/hello-web-components/src/global.d ► org.eslint.@typescript-eslint/no-empty-object-type: lint-results.xml#L0
Failed test found in: lint-results.xml Error: line 3, col 13, Error - An empty interface declaration allows any non-nullish value, including literals like `0` and `""`.
- If that's what you want, disable this lint rule with an inline comment or configure the 'allowInterfaces' rule option.
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead. (@typescript-eslint/no-empty-object-type)