Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eslint-config): adjust
vitest
config for in-source testing
Adjusted the ESLint configuration for `vitest` to disable the `vitest/require-hook` rule. This change accommodates in-source testing patterns by allowing top-level evaluations that are not part of the test suite. This modification ensures compatibility with projects utilizing in-source testing methodologies, enhancing flexibility and usability.
- Loading branch information