eslint-plugin-chai-friendly
eslint-plugin-chai-friendly copied to clipboard
ESLint 9 / Flat config
Hi,
As of ESLint 8, there is now a new format for ESLint config files which requires that plugins follow a specific format. In ESLint 9, this format will be the only one available by default (and other API changes have occurred in ESLint 9 that may affect this plugin).
Info:
- https://eslint.org/docs/latest/use/configure/configuration-files-new
- https://eslint.org/blog/2022/08/new-config-system-part-1/
- https://eslint.org/blog/2022/08/new-config-system-part-2/
- https://eslint.org/docs/latest/use/configure/migration-guide
Might you update to be compatible with the new format?
Thanks!
Hi @brettz9! Will look into it soon
Hi @brettz9! Could you take a look at the flat config support implementation #34 ?
@brettz9 released in [email protected]
Awesome, thanks so much!