flaviostutz / monolint

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

When running "npx monolint ." in a repo without configuration error "module-markers are required" appears up #35

Closed flaviostutz closed 1 year ago

flaviostutz commented 1 year ago

It seems this is due to not using default configuration, which is a bug

sergioflores-j commented 1 year ago

I ran into this issue while writing unit tests as well! Loading a configuration in a folder/path that doesn't exist throws that.

Shall we just suppress the error and use default configurations instead? Or throw a "missing configuration file" error?

sergioflores-j commented 1 year ago

I can pick this one up! :)

flaviostutz commented 1 year ago

closed by #39