Skip to content

Instantly share code, notes, and snippets.

@sebastian-code
Last active December 19, 2018 18:52
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 sebastian-code/b2d469ce6b32abfa541c8069b832d92b to your computer and use it in GitHub Desktop.
Save sebastian-code/b2d469ce6b32abfa541c8069b832d92b to your computer and use it in GitHub Desktop.
Sublime Project File Structure
{
"folders":
[
{
"path": "."
}
],
"settings":
{
"SublimeLinter.linters.eslint.env": {"PATH":"/path/to/.nvm/versions/node/v8.12.0/bin/"},
"SublimeLinter.linters.eslint.executable": "/path/to/.nvm/versions/node/v8.12.0/bin/eslint",
"SublimeLinter.linters.eslint.rcfile":".eslintrc",
"SublimeLinter.linters.pylint.python":"/path/to/.virtualenvs/project_name/bin/python",
"SublimeLinter.linters.pylint.rcfile":"setup.cfg",
"SublimeLinter.linters.flake8.python":"/path/to/.virtualenvs/project_name/bin/python",
"SublimeLinter.linters.flake8.rcfile":"setup.cfg",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment