dev/mailing#59 Update the version of zetacomponents/mail package to 1.9.0 to be one...
[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 }