Jose Ramirez Fuentes
Jose Ramirez Fuentes
Something similar is happening to me, probably related to this. For the line ``` import process from 'node:process'; ``` and the rule ``` "import/no-unused-modules": [ "warn", { "missingExports": true, "unusedExports":...
@ljharb I am sorry for the confusion. Fixed after working around my configuration.
Noted! I understand how focusing on git repos is probably the more impactful solution (as opposed to maintaining an abstraction). I also agree that sending the user to unsafe behaviors...
Additionally, as of yarn 4, this relies on the project using git. This results in yarn install throwing on hg repositories (which wasn't the case under yarn 3)
I am equally finding a need for this option. I am working on a large codebase with project references, and I am having issues related to [this](https://github.com/Microsoft/TypeScript/issues/16057). We have had...
+1 on this. This is related too: https://github.com/facebook/react/issues/19482 It would also be nice to either provide an alternative for how to achieve the reverse behavior (parents first, children later) or...