2015-02-05 19:49:55 -05:00
|
|
|
{
|
|
|
|
"browser": true,
|
|
|
|
"shadow": true,
|
|
|
|
"globals": {
|
2015-02-17 15:44:08 -05:00
|
|
|
"jasmine": true,
|
2015-02-05 19:49:55 -05:00
|
|
|
"describe": true,
|
|
|
|
"beforeEach": true,
|
|
|
|
"afterEach": true,
|
|
|
|
"spyOn": true,
|
|
|
|
"it": true,
|
|
|
|
"xit": true,
|
|
|
|
"expect": true,
|
2015-02-17 15:44:08 -05:00
|
|
|
"require": true,
|
|
|
|
"global": true,
|
|
|
|
"__dirname": true,
|
2015-02-17 21:12:29 -05:00
|
|
|
"module": true,
|
|
|
|
"console": true,
|
2015-02-17 21:30:41 -05:00
|
|
|
"setTimeout": true,
|
|
|
|
"define": true
|
2015-02-17 15:44:08 -05:00
|
|
|
},
|
|
|
|
"rules": {
|
2015-02-17 21:12:29 -05:00
|
|
|
"quotes": "single",
|
|
|
|
"strict": 0,
|
|
|
|
"no-console": false,
|
|
|
|
"no-shadow": false,
|
|
|
|
"no-underscore-dangle": false
|
2015-02-05 19:49:55 -05:00
|
|
|
}
|
2015-02-17 15:44:08 -05:00
|
|
|
}
|