get-monorepo-packages
get-monorepo-packages copied to clipboard
Ignore packages inside node_modules folder
Alternative to https://github.com/azz/get-monorepo-packages/pull/6
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 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
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