You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
243 B
16 lines
243 B
9 years ago
|
{
|
||
|
"env": {
|
||
|
"jasmine": true
|
||
9 years ago
|
},
|
||
|
"globals": {
|
||
9 years ago
|
"waitForUpdate": true,
|
||
9 years ago
|
"triggerEvent": true,
|
||
9 years ago
|
"createTextVNode": true
|
||
8 years ago
|
},
|
||
|
"plugins": ["jasmine"],
|
||
|
"rules": {
|
||
6 years ago
|
"jasmine/no-focused-tests": 2,
|
||
|
"no-unused-vars": 0
|
||
9 years ago
|
}
|
||
|
}
|