Skip to content

Instantly share code, notes, and snippets.

@azappa
Last active November 5, 2019 20:12
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 azappa/9e62b71b63977e5353a9959545cd63f5 to your computer and use it in GitHub Desktop.
Save azappa/9e62b71b63977e5353a9959545cd63f5 to your computer and use it in GitHub Desktop.
ESLint working in ST3
{
"linters": {
"eslint": {
"disable": false,
"args": [],
"chdir": "${directory}",
"excludes": [],
"disable_if_not_dependency": true,
"env": {
"PATH": "/Users/ale/.nvm/versions/node/v12.13.0/bin"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment