Free up some memory by unsetting large arrays in backend copy script.
[mediawiki.git] / .jshintrc
blob3c801c222ee4ee8d4bb5a2f4bbb12fc22a14770a
2         "predef": [
3                 "mediaWiki",
4                 "jQuery",
5                 "QUnit"
6         ],
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,
18         "laxbreak": true,
19         "smarttabs": true,
21         "browser": true