-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ability to force only folders creation #22
Comments
As an alternative, you can use eslint-plugin-project-structure
ESLint plugin with rules to help you achieve a scalable, consistent, and well-structured project. Create your own framework! Define your folder structure, advanced naming conventions, file composition, and create independent modules. Take your project to the next level and save time by automating the review of key principles of a healthy project! project‑structure/folder‑structureEnforce rules on folder structure to keep your project consistent, orderly and well thought out.
|
@soullivaneuh @Igorkowalski94 I apologize for not noticing this. My day job generates a lot of GitHub notification noise and I must have thought this was part of that. If I understand the question correctly I believe the answer is yes, but I might be misreading it since the wording and example seem contradictory to me. I apologize for being confused and will make further effort to understand it and look for edge cases as soon as I can balance it with my family life. Thank you for the interest. This package shouldn’t require a lot of maintenance and seems to just work and have test coverage. But I’m here for maintenance as needed. |
Sorry, I thought no one was looking after this package anymore. |
@soullivaneuh @Igorkowalski94 actually, I’m just a confused person that has a competing package that’s named very similar. My fault for misreading and trying to respond quickly during family time. |
Summary
I have a
stages
directory. I want each first level element of thestages
directory to be and only be folders.Is that possible to achieve that using your tool?
Example of incorrect structure
Example of correct structure
The text was updated successfully, but these errors were encountered: