Merge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-04-06-18-05-56
[civicrm-core.git] / .jshintrc
1 {
2 "indent": 2,
3 "jasmine": true,
4 "predef": [
5 "angular",
6 "inject",
7 "module",
8
9 "CRM"
10 ],
11 "-W097": true
12 }