10 lines
154 B
Text
10 lines
154 B
Text
|
{
|
||
|
"extends": "../.jshintrc",
|
||
|
"strict": false,
|
||
|
"globals": {
|
||
|
"describe": true,
|
||
|
"it": true,
|
||
|
"beforeEach": true,
|
||
|
"afterEach": true
|
||
|
}
|
||
|
}
|