{
"extends": "../.eslintrc.json",
"env": {
"jasmine": true
},
"rules": {
"no-restricted-globals": ["error", "fdescribe", "fit"]
}