Merge branch '4.5' of https://github.com/civicrm/civicrm-core into 4.6
[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 }