Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local_eslint_path doesn't work #47

Open
franciscolourenco opened this issue Aug 13, 2017 · 0 comments
Open

local_eslint_path doesn't work #47

franciscolourenco opened this issue Aug 13, 2017 · 0 comments

Comments

@franciscolourenco
Copy link

franciscolourenco commented Aug 13, 2017

This is my sublime project.
.sublime-project

{
  "folders":
  [
    {
      "path": "."
    }
  ],
  "settings": {
    "ESLint-Formatter": {
      "format_on_save": true,
      "config_path": "website/.eslintrc",
      "local_eslint_path": {
        "osx": "website/node_modules/.bin/eslint"
      }
    }
  }
}

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

@franciscolourenco franciscolourenco changed the title Project options don't work Options in project file don't work Aug 13, 2017
@franciscolourenco franciscolourenco changed the title Options in project file don't work local_eslint_path doesn't work Aug 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant