blob: e456ddf09f4d446699b228de2fefbccf8c399460 [file] [log] [blame]
Matteo Scandolo48d890f2015-12-14 17:36:09 -08001{
2 "globals" :{
3 "describe": true,
Matteo Scandoloc0128562016-02-08 14:17:42 -08004 "xdescribe": true,
Matteo Scandolo48d890f2015-12-14 17:36:09 -08005 "beforeEach": true,
6 "it": true,
7 "inject": true,
8 "expect": true
Matteo Scandoloc0128562016-02-08 14:17:42 -08009 },
10 "rules": {
11 "max-nested-callbacks": [0, 4]
12 }
Matteo Scandolo48d890f2015-12-14 17:36:09 -080013}