lukeapage / eslint-plugin-destructuring

Eslint rules related to ES2015 destructuring
17 stars 5 forks source link

Support ESLint v9 and "flat config" #48

Open maranomynet opened 6 months ago

maranomynet commented 6 months ago

This plugin is a hidden gem. I'd love to continue using it with newer versions of ESLint...

Any chance of an upgrade?

maranomynet commented 6 months ago

eslint-plugin-destructure-depth has the same problem going.

Shakeskeyboarde commented 6 months ago

Just an FYI, you can use FlatCompat to use legacy plugins with a flat configuration.

maranomynet commented 6 months ago

Oooh! sweet. Thanks for the tip.