Improve detection of php binary.
[lhc/web/wiklou.git] / .jshintrc
1 {
2 "predef": [
3 "mediaWiki",
4 "jQuery",
5 "QUnit"
6 ],
7
8 "bitwise": true,
9 "curly": true,
10 "eqeqeq": true,
11 "immed": true,
12 "latedef": true,
13 "newcap": true,
14 "noempty": true,
15 "undef": true,
16 "trailing": true,
17
18 "laxbreak": true,
19 "smarttabs": true,
20
21 "browser": true
22 }