You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well that still needs manual config as it seems. What we would like to see is completely automatic discovery/zero config. (What if you use various node versions?)
I'm expecting the package to resolve the node version that is used within the project (hence why I tried setting working_dir with ${folder} thinking it would behave just like when calling node from my Terminal), or to the system's node (also manager by asdf (asdf global nodejs 21))
Hi,
Just writing this as a service for others who get in this headache.
nvm
does not play nicely with eslint/sublime. I spent weeks on/off trying to configure paths etc to get this working. It just doesn't.My solution?
Remove
nvm
, instead usevolta
(seems better anyway). Thennpm install -g eslint
and voilia!My config looks like this
Maybe it's worth updating the README.MD to reflect this
The text was updated successfully, but these errors were encountered: