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-unique-names" #3

Closed flaviostutz closed 1 year ago

flaviostutz commented 1 year ago

Check if modules have different names, regardless of in which subfolder it is present.

.monolinter.json:

{
  "rules": {
    "module-unique-names": true
  }
}