/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/.jshintrc
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/.jshintrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File size: 303 byte(s)
initial import
1 {
2 "boss": true,
3 "curly": true,
4 "eqeqeq": true,
5 "eqnull": true,
6 "expr": true,
7 "immed": true,
8 "noarg": true,
9 "onevar": true,
10 "quotmark": "double",
11 "smarttabs": true,
12 "trailing": true,
13 "undef": true,
14 "unused": true,
15
16 "browser": true,
17 "jquery": true,
18
19 "globals": {
20 "Globalize": false
21 }
22 }

  ViewVC Help
Powered by ViewVC 1.1.20