Lemuel Dizon
Results
2
comments of
Lemuel Dizon
Waiting on this too. Though I've got a workaround working using [Eslint's compatibility library](https://www.npmjs.com/package/@eslint/compat). Let me know if this workaround works with you all as well. ```js import { fixupPluginRules...
This below fixed the issue for me, it's a slight change compared to previous version fix pointed out in https://github.com/testing-library/eslint-plugin-testing-library/issues/899. ```js { ... files: ['**/*.test.{ts,tsx}'], plugins: { 'testing-library': fixupPluginRules({ rules:...