eslint-config
eslint-config copied to clipboard
Add additional optional testing modules
Clear and concise description of the problem
In addition to eslint-plugin-vitest
, there exist other testing frameworks that can integrate with other frameworks supported by the config and Vitest, such as eslint-plugin-testing-library
, eslint-plugin-wdio
, etc. This may be out of scope, but we could consider adding optional support for these plugins in addition to the existing vitest options.
Suggested solution
These could be within the core antfu/test
config, but as optional plugins extending from the base vitest
rules.
Alternative
No response
Additional context
No response
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.