Open
Description
Currently, we are supporting Angular, React and Vue for shareable configurations. The configuration contains the following rules:
- await-async-query
- await-async-utils
- no-await-async-query
- no-debug
- no-dom-import
It would be nice to add shareable configurations for other libraries such as:
- Native Testing Library
- Preact Testing Library
- Svelte Testing Library
- Marko Testing Library feat: add support for
@marko/testing-library
#572 -
Cypress Testing LibraryThere is nothing to cover in Cypress Testing Library. Actually, this plugin must be excluded from Cypress tests.
We would need to check that each rule can be applied to these packages.