es-tooling / eslint-plugin-depend

An ESLint plugin for suggesting optimisations in choice of dependency, native equivalents, etc.
MIT License
349 stars 5 forks source link

eslint flat config support #14

Closed 43081j closed 6 months ago

43081j commented 6 months ago

We should support flat configs in eslint. Basically have two configs available:

In future, we can switch them so the flat config becomes default.

We should also add the ban-dependencies rule to the recommended config.