Overview of eslint-plugin-project-structure
maineslint-plugin-project-structure is an ESLint plugin designed to help developers maintain scalable, consistent, and well-structured projects. It allows you to define and enforce your own project framework by automating the review of:
- Folder structure: Enforce where specific files or directories should reside.
- File composition: Define what files should exist within certain directories.
- Naming conventions: Implement advanced naming rules for files and folders.
- Module independence: Create and enforce rules for independent modules.