File tree 1 file changed +16
-10
lines changed 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
- // Airbnb JSHint settings for use with SublimeLinter.
2
- //
3
- // Install SublimeLinter at https://github.com/SublimeLinter/SublimeLinter
4
- //
5
- // @see https://github.com/SublimeLinter/SublimeLinter
6
- // @see http://www.jshint.com/docs/
1
+ /**
2
+ * Airbnb JSHint for settings for use with SublimeLinter.
3
+ *
4
+ * Install SublimeLinter at https://github.com/SublimeLinter/SublimeLinter
5
+ *
6
+ * @see https://github.com/SublimeLinter/SublimeLinter
7
+ * @see http://www.jshint.com/docs/
8
+ */
7
9
{
8
10
"jshint_options" :
9
11
{
10
- // ENVIRONMENTS
11
- // ============
12
+ /**
13
+ * ENVIRONMENTS
14
+ * =================
15
+ */
12
16
13
17
// Defines globals exposed by modern browsers.
14
18
"browser" : true ,
15
19
16
20
// Defines globals exposed by jQuery.
17
21
"jquery" : true ,
18
22
19
- // ENFORCING OPTIONS
20
- // =================
23
+ /**
24
+ * ENFORCING OPTIONS
25
+ * =================
26
+ */
21
27
22
28
// Prohibits the use of == and != in favor of === and !==.
23
29
"eqeqeq" : true ,
You can’t perform that action at this time.
0 commit comments