eslint-plugin-jest-dom
eslint-plugin-jest-dom copied to clipboard
feat: add should-be-fine support for flat configs
This adds support for ESLint v9's upcoming eslint.config.js
while retaining backwards compatibility with .eslintrc
- I've marked this as a breaking change since I had to change around the exports due to needing to reference the plugin in the flat configs and in turn decided to axe the config building functions as there was no need to export them.
Checklist:
- [x] Documentation
- [x] Tests
- [x] Ready to be merged