flaviostutz / monolint

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

removing parent modules closes #55 #63

Closed flaviostutz closed 1 year ago

flaviostutz commented 1 year ago

Summary Discovered modules that have other modules inside should be ignored. package.json at the root of a monorepo based on yarn or npm normally contains a package.json that doesn't define by itself a module.

Closing issues

fixes #55