blob: e33a04044876a7ba2434d4a10340be428bfc9a18 [file] [log] [blame]
Ali Ghassemidf9e1fe2014-07-31 12:26:22 -07001{
2 "browser": true,
3 "camelcase": true,
4 "curly": true,
5 "eqeqeq": true,
6 "forin": true,
7 "freeze": true,
8 "immed": true,
9 "indent": 2,
10 "latedef": "nofunc",
11 "newcap": true,
12 "noarg": true,
13 "nonbsp": true,
14 "nonew": true,
15 "quotmark": "single",
16 "undef": true,
17 "unused": "vars",
18 "trailing": true,
19 "maxlen": 80,
20 "devel": true,
21 "expr": true,
22 "sub": true,
23 "node": true,
24 "globals": {
25 "Promise": true
26 }
27}