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
Since a number of linters are npm packages it would be great to support node_modules/.bin in addition to $PATH so that we can add the various linters as devDependencies of the current project avoiding the need for developers to install them globally and we can control the version to avoid issues where different developers can be using different versions.
The text was updated successfully, but these errors were encountered:
Ah missed that you were suggesting relative paths, it's a good thought. Unfortunately it didn't work for me, when I try adding process.cwd() to the extension it outputs / rather than the project folder which could explain why it doesn't work.
Since a number of linters are npm packages it would be great to support node_modules/.bin in addition to $PATH so that we can add the various linters as devDependencies of the current project avoiding the need for developers to install them globally and we can control the version to avoid issues where different developers can be using different versions.
The text was updated successfully, but these errors were encountered: