Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.16.0 #2115

chore(deps-dev): bump @typescript-eslint/eslint-plugin

5ab6995
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.16.0 #2115

chore(deps-dev): bump @typescript-eslint/eslint-plugin
5ab6995
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint failed Nov 25, 2024 in 0s

3 errors

ESLint found 3 errors

Annotations

Check failure on line 1 in example/src/vite-env.d.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

example/src/vite-env.d.ts#L1

Definition for rule '@typescript-eslint/ban-types' was not found (@typescript-eslint/ban-types)

Check failure on line 7 in example/src/vite-env.d.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

example/src/vite-env.d.ts#L7

The `{}` ("empty object") type 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 'allowObjectTypes' 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)

Check failure on line 7 in example/src/vite-env.d.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

example/src/vite-env.d.ts#L7

The `{}` ("empty object") type 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 'allowObjectTypes' 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)