donal
2018-04-23 a29d1d60aace0a4cc72489c8aabda60eb8c7d3c9
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 }