get-monorepo-packages icon indicating copy to clipboard operation
get-monorepo-packages copied to clipboard

Ignore packages inside node_modules folder

Open joshuajaco opened this issue 4 years ago • 3 comments

Alternative to https://github.com/azz/get-monorepo-packages/pull/6

joshuajaco avatar Oct 16 '20 13:10 joshuajaco

Any chance this can be merged?

The monorepo/no-relative-import rule is breaking in our environment because of an intentionally malformed package inside node_modules .../node_modules/resolve/test/resolver/malformed_package_json/package.json and I believe this pr would fix it

chris-smith-zocdoc avatar Mar 22 '22 04:03 chris-smith-zocdoc

@chris-smith-zocdoc I have published my fork, since this doesn't seem to be getting merged any time soon. https://www.npmjs.com/package/@joshuajaco/get-monorepo-packages

joshuajaco avatar Mar 25 '22 10:03 joshuajaco

hey @azz, would it be possible to get this behaviour fixed, because we getting a bunch of lint errors every-time when we have some external packages not hoisted on the workspace root level.

Btw. I had a look on globby too and there you can respect the gitignore file see here

MKruschke avatar Jun 14 '23 09:06 MKruschke