eslint-plugin-jest-dom icon indicating copy to clipboard operation
eslint-plugin-jest-dom copied to clipboard

feat: add should-be-fine support for flat configs

Open G-Rath opened this issue 1 year ago • 0 comments

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

G-Rath avatar Feb 16 '24 19:02 G-Rath