QuiiBz / sherif

Opinionated, zero-config linter for JavaScript monorepos
MIT License
912 stars 14 forks source link

feat: add packages without package.json rule #3

Closed QuiiBz closed 1 year ago

QuiiBz commented 1 year ago

Detect packages that don't have a package.json file in their directory. Warning by default because it might be intended, but is not an ideal pattern: you should instead remove this package from the monorepo packages.