When I run yarn rw lint it works just fine showing me errors such as "unexpected any", however, if I do yarn rw lint ./api/ or yarn rw lint ./web/ it gets stuck loading forever. If I add --fix to the end it now magically works.
I have a few packages/ which work perfectly fine without --fix e.g.: yarn rw lint ./packages/one or yarn rw lint ./packages/two
#`yarn rw lint` stuck when specifying api or web as path
1 messages · Page 1 of 1 (latest)
Weird. i first thought it might be trying to start from the base folder of yarn. for instance if i run a yarn command like yarn create redwood-app ./test it drops it in some folder deep in my filesystem where yarn is installed... but you got it to work with the --fix command, so i guess that isnt' the problem!
It might be worth posting this to github as an issue, and any code steps or system info might be helpful