File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 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+ */
79{
810 "jshint_options" :
911 {
10- // ENVIRONMENTS
11- // ============
12+ /**
13+ * ENVIRONMENTS
14+ * =================
15+ */
1216
1317 // Defines globals exposed by modern browsers.
1418 "browser" : true ,
1519
1620 // Defines globals exposed by jQuery.
1721 "jquery" : true ,
1822
19- // ENFORCING OPTIONS
20- // =================
23+ /**
24+ * ENFORCING OPTIONS
25+ * =================
26+ */
2127
2228 // Prohibits the use of == and != in favor of === and !==.
2329 "eqeqeq" : true ,
You can’t perform that action at this time.
0 commit comments