flaviostutz / monolint

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

Implement rule "module-required-files" #19

Closed tiagostutz closed 1 year ago

tiagostutz commented 1 year ago

Besides the implementation of the module-required-files, some refactors were done to better isolate the test cases.

Closes #4