flaviostutz / monolint

Linter for monorepos. Checks folder structure, module contents, file contents and naming conventions
MIT License
7 stars 4 forks source link

Create rule "module-folder-structure" #36

Closed sergioflores-j closed 1 year ago

sergioflores-j commented 1 year ago

This PR adds the rule module-folder-structure to the project. Solves #2.

Also, a small refactor in src/rules/registry.ts was made.

TODOs:

flaviostutz commented 1 year ago

@sergioflores-j please fix the conflicts and the pipeline run results so we can review this one next :)

sergioflores-j commented 1 year ago

@flaviostutz PR should be ready now!

Can you review it?