donal
2018-04-12 de3be129a09b9f4c230605bfb7347e1480941045
commit | author | age
6ef0cc 1 {
D 2   "node": true,
3   "esnext": true,
4   "bitwise": true,
5   "eqeqeq": true,
6   "immed": true,
7   "latedef": "nofunc",
8   "newcap": true,
9   "noarg": true,
10   "undef": true,
11   "smarttabs": true,
12   "asi": true,
13   "noempty": true,
14   "debug": false,
15   "globals": {
16     "describe": true,
17     "it": true,
18     "before": true,
19     "beforeEach": true,
20     "after": true,
21     "afterEach": true
22   }
23 }