Matteo Scandolo | 594dfbc | 2016-02-11 17:37:08 -0800 | [diff] [blame] | 1 | { |
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 | } |