Skip to content

Instantly share code, notes, and snippets.

@lusentis
Last active February 1, 2016 18:43
Show Gist options
  • Save lusentis/e17dff2f6b49c414a54d to your computer and use it in GitHub Desktop.
Save lusentis/e17dff2f6b49c414a54d to your computer and use it in GitHub Desktop.
My Sublime Config
Packages.zip
(unzip in .config/sublime-text-3/)
https://mega.co.nz/#!bU4wSTKS!kNw-I6ngCvsZwsD51MTxqavySG2z2aLgBS-B6BzlEZo
{
"color_scheme": "Packages/User/SublimeLinter/bold (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 10,
"ignored_packages":
[
"JavaScriptNext - ES6 Syntax",
"Vintage"
],
"numix_folder_icons": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true
}
@lusentis
Copy link
Author

lusentis commented Feb 1, 2016

Currently my eslint installation does not work if you have a local eslint in node_modules and you're browsing a remote filesystem (via smb or sftp for example).
You should also install these global eslint-related packages:

npm -g i eslint-config-airbnb eslint eslint-plugin-react

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