thepassle / eslint-plugin-barrel-files

MIT License
118 stars 10 forks source link

feat: add allowlist option for namespace imports #10

Closed merodiro closed 5 months ago

merodiro commented 5 months ago

Add allowList option to "avoid-namespace-import"

This is my first time working on an eslint rule. So I don't know if I made the change correctly. Also I'm not sure how to generate the docs for this change

thepassle commented 5 months ago

Lgtm! The documentation is done manually, could you add some docs? You can just copy/paste and edit from here: https://github.com/thepassle/eslint-plugin-barrel-files/blob/main/docs/rules/avoid-importing-barrel-files.md#configuration

thepassle commented 5 months ago

Nice work! Thanks for the PR 🙂 Published in eslint-plugin-barrel-files@2.0.1