Provide missing default attachment list for Files transactions
[phabricator.git] / support / lint / browser.jshintrc
blob2a9c65bdd2c7ecc9f68a2b2ea5e360ba8018b0d3
2   "bitwise": true,
3   "curly": true,
4   "freeze": true,
5   "immed": true,
6   "indent": 2,
7   "latedef": "nofunc",
8   "newcap": true,
9   "noarg": true,
10   "quotmark": "single",
11   "undef": true,
12   "unused": "vars",
14   "expr": true,
15   "loopfunc": true,
16   "sub": true,
18   "globals": {
19     "JX": false,
20     "d3": false,
21     "__DEV__": false
22   },
24   "browser": true