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 1
1
/**
2
- * Airbnb JSHint for settings for use with SublimeLinter.
2
+ * Airbnb JSHint for settings for use with SublimeLinter and Sublime Text 2 .
3
3
*
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
5
9
*
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/
8
13
*/
9
14
{
10
15
"jshint_options" :
11
16
{
12
- /**
17
+ /*
13
18
* ENVIRONMENTS
14
19
* =================
15
20
*/
20
25
// Defines globals exposed by jQuery.
21
26
"jquery" : true ,
22
27
23
- /**
28
+ /*
24
29
* ENFORCING OPTIONS
25
30
* =================
26
31
*/
You can’t perform that action at this time.
0 commit comments