dustinspecker / eslint-plugin-no-use-extend-native

ESLint plugin to prevent use of extended native objects
MIT License
56 stars 4 forks source link

Support Flat config #136

Closed brettz9 closed 1 month ago

brettz9 commented 5 months ago

It'd be great if you could support ESLint's flat config:

  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
silverwind commented 2 months ago

@dustinspecker any chance this is happening?

dustinspecker commented 1 month ago

To my understanding, this is supported in the latest v0.6.0 release of this plugin.

Please let me know if something isn't working as expected. At this point, I've been out of the Node.js and ESLint community for years, so there's a very good chance I overlooked something.