I open the project using the project file, not the folder.
local_eslint_path and config_path are supposed to be resolved relative to the project root, however the plugin doesn't seem to resolve correctly since it defaults to defaults.
EDIT: absolute path seems to work for config_path but not for local_eslint_path
This is my sublime project. .sublime-project
I open the project using the project file, not the folder.
local_eslint_path and config_path are supposed to be resolved relative to the project root, however the plugin doesn't seem to resolve correctly since it defaults to defaults.
EDIT: absolute path seems to work for
config_path
but not forlocal_eslint_path