Skip to content

Commit 14088de

Browse files
committed
Add instructions for how to use SublimeLinter settings
1 parent c202b0c commit 14088de

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

SublimeLinter.sublime-settings

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
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
*/
@@ -20,7 +25,7 @@
2025
// Defines globals exposed by jQuery.
2126
"jquery": true,
2227

23-
/**
28+
/*
2429
* ENFORCING OPTIONS
2530
* =================
2631
*/

0 commit comments

Comments
 (0)