Last active
February 1, 2016 18:43
-
-
Save lusentis/e17dff2f6b49c414a54d to your computer and use it in GitHub Desktop.
My Sublime Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Packages.zip | |
(unzip in .config/sublime-text-3/) | |
https://mega.co.nz/#!bU4wSTKS!kNw-I6ngCvsZwsD51MTxqavySG2z2aLgBS-B6BzlEZo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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