Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify allowedExports and disallowedExports #14

Open
desfero opened this issue Apr 21, 2020 · 0 comments
Open

Allow to specify allowedExports and disallowedExports #14

desfero opened this issue Apr 21, 2020 · 0 comments

Comments

@desfero
Copy link
Owner

desfero commented Apr 21, 2020

Background
Often it's more useful to restrict what can be exposed from the folder/package in the same folder to keep configs more organized. It will also simplify the refactoring of folder structure in complex projects.

Technical notes
With exports rules, we can end up with some performance downsides given we need to parse the whole project structure (up to the root structlint config). Given that let's see if it's the huge problem on for .e.g react codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant