File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11/**
2- * Airbnb JSHint for settings for use with SublimeLinter.
2+ * Airbnb JSHint for settings for use with SublimeLinter and Sublime Text 2 .
33 *
4- * Install SublimeLinter at https://github.com/SublimeLinter/SublimeLinter
4+ * 1. Install SublimeLinter at https://github.com/SublimeLinter/SublimeLinter
5+ * 2. Open user preferences for the SublimeLinter package in Sublime Text 2
6+ * * For Mac OS X go to _Sublime Text 2_ > _Preferences_ > _Package Settings_ > _SublimeLinter_ > _Settings - User_
7+ * 3. Paste the contents of this file into your settings file
8+ * 4. Save the settings file
59 *
6- * @see https://github.com/SublimeLinter/SublimeLinter
7- * @see http://www.jshint.com/docs/
10+ * @version 0.1.0
11+ * @see https://github.com/SublimeLinter/SublimeLinter
12+ * @see http://www.jshint.com/docs/
813 */
914{
1015 "jshint_options" :
1116 {
12- /**
17+ /*
1318 * ENVIRONMENTS
1419 * =================
1520 */
2025 // Defines globals exposed by jQuery.
2126 "jquery" : true ,
2227
23- /**
28+ /*
2429 * ENFORCING OPTIONS
2530 * =================
2631 */
You can’t perform that action at this time.
0 commit comments