blob: c1764a5bb10262e2e7613a43af9194df42eb0f46 [file] [log] [blame]
Matteo Scandolo594dfbc2016-02-11 17:37:08 -08001{
2 "globals" :{
3 "describe": true,
4 "xdescribe": true,
5 "beforeEach": true,
6 "it": true,
7 "inject": true,
8 "expect": true,
9 "jasmine": true
10 },
11 "rules": {
12 "max-nested-callbacks": [0, 4],
13 "camelcase": 0
14 }
15}