Skip to content

Instantly share code, notes, and snippets.

@vprasanth
Last active September 4, 2019 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vprasanth/ef4d54737ccecad2b50a3f674de81e36 to your computer and use it in GitHub Desktop.
Save vprasanth/ef4d54737ccecad2b50a3f674de81e36 to your computer and use it in GitHub Desktop.
Getting the friggin linters working on Sublime

SublimeLinter.sublime-settings--User

{
  "debug": false,
  "paths": {
    "osx": ["~/.nvm/versions/node/v10.15.3/bin/"]
  },
  "linters": {
    "eslint": {
      "env": { "PATH": "~/.nvm/versions/node/v10.15.3/bin/" }
    }
  }
}

I needed both 🤦🏾‍♂️

@vprasanth
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment