Build: Fix for erroneous lint failure on @typescript-eslint/unbound-method rule#25821
Build: Fix for erroneous lint failure on @typescript-eslint/unbound-method rule#25821TommyBrosman wants to merge 2 commits intomicrosoft:mainfrom
Conversation
|
The error you are fixing can be fixed by deleting your node_modules and reinstalling. Making a PR that happens to make a change which causes some things to be reinstalled might happen to have fixed it for you as well, but I suspect it's not sure this error is less likely to occur with the lock file changes you are proposing. That said, I think this is a good change, keeping things deduped is nice, but I think the claim for what it fixes in the description might not be accurate |
I think @TommyBrosman did try reinstalling after cleaning up node_modules and it didn't help; it does seem like a different issue from the one that manifests as eslint rules not being found that has been discussed in some other channels. |
|
This issue was addressed by #25774. |
Pull request was closed
#25801 introduced an ESLint failure. This PR is the result of running
pnpm dedupeon that revision. The failure takes the form of this error: