You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(no-dom-import): suggest proper framework to import from (#14)
* feat: suggest proper framework to import from
* fix: report error depending on dom library's name
* docs: add docs on no-dom-import framework option
* feat: add fixer for no-dom-import when option is specified
With the configuration above, if the user imports from `@testing-library/dom` or `dom-testing-library` instead of the used framework, ESLint will tell the user to import from `@testing-library/react` or `react-testing-library`.
0 commit comments