Setting node_modules_path to use active project's dependencies
Closed this issue · 5 comments
joeyfigaro commented
Is there any way to set node_modules_path
to use whatever node_modules
directory exists in an active project?
polygonplanet commented
Currently, this module supports only to use global eslint.
Do you want to use other eslint' version in each project?
abdurrahmanekr commented
@polygonplanet absolute 👍
kylemh commented
+1 for this feature. I'd like to use this Package over SublimeLinter-contrib-eslint because it's a healthier repo, but I need to have the ability to shift rules depending on a project's .eslintrc
to make the switch a reality.
polygonplanet commented
v5.0.0 Fix to use current working directory's node_modules/eslint in an active project
videni commented
@polygonplanet, it seems the v5.0.0 doesn't work as expected. are you sure it will use current active project settings?