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-name-regex" #1

Closed flaviostutz closed 1 year ago

flaviostutz commented 1 year ago

Checks if the module name complies with a certain regex passed in configurations. The default regex is "[a-z]+[a-z0-9-_]{4,12}"

.monolinter.json: