22 lines
410 B
Plaintext
22 lines
410 B
Plaintext
{
|
|
"browser": true,
|
|
"shadow": true,
|
|
"globals": {
|
|
"jasmine": true,
|
|
"describe": true,
|
|
"beforeEach": true,
|
|
"afterEach": true,
|
|
"spyOn": true,
|
|
"it": true,
|
|
"xit": true,
|
|
"expect": true,
|
|
"require": true,
|
|
"global": true,
|
|
"__dirname": true,
|
|
"module": true
|
|
},
|
|
"rules": {
|
|
"quotes": "single"
|
|
}
|
|
}
|