ihordiachenko / eslint-plugin-chai-friendly

Makes eslint friendly towards Chai.js 'expect' and 'should' statements.
MIT License
53 stars 10 forks source link

ESLint 9 / Flat config #31

Closed brettz9 closed 4 months ago

brettz9 commented 8 months ago

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:

  1. https://eslint.org/docs/latest/use/configure/configuration-files-new
  2. https://eslint.org/blog/2022/08/new-config-system-part-1/
  3. https://eslint.org/blog/2022/08/new-config-system-part-2/
  4. https://eslint.org/docs/latest/use/configure/migration-guide

Might you update to be compatible with the new format?

Thanks!

ihordiachenko commented 8 months ago

Hi @brettz9! Will look into it soon

ihordiachenko commented 4 months ago

Hi @brettz9! Could you take a look at the flat config support implementation #34 ?

ihordiachenko commented 4 months ago

@brettz9 released in eslint-plugin-chai-friendly@0.8.0

brettz9 commented 4 months ago

Awesome, thanks so much!