Make Phame blog policies non-nullable
[phabricator.git] / support / lint / node.jshintrc
blobd79e5878cb6b5bb50da0190afd8a45831bd2d2a5
2   "bitwise": true,
3   "curly": true,
4   "freeze": true,
5   "immed": true,
6   "indent": 2,
7   "latedef": true,
8   "newcap": true,
9   "noarg": true,
10   "quotmark": "single",
11   "undef": true,
12   "unused": true,
14   "expr": true,
15   "loopfunc": true,
16   "strict": true,
17   "sub": true,
19   "globals": {
20     "JX": true,
21     "__DEV__": false
22   },
23   "node": true