Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(eslint-config): fix type error in vitest config
This commit addresses a TypeScript error in the vitest configuration file within the eslint-config package. The `vitestPlugin.configs.recommended` is now explicitly cast to `Linter.Config` to resolve the type mismatch. A comment has been added to explain that the `configs` property is loosely typed, necessitating this workaround.
- Loading branch information