19 lines
277 B
Text
19 lines
277 B
Text
{
|
|
"env": {
|
|
"browser": true,
|
|
"mocha": true,
|
|
"serviceworker": true
|
|
},
|
|
"globals": {
|
|
"Bindings": true,
|
|
"Components": true,
|
|
"UI": true,
|
|
"WebView": true
|
|
},
|
|
"plugins": [
|
|
"mocha"
|
|
],
|
|
"rules": {
|
|
"mocha/no-exclusive-tests": "error"
|
|
}
|
|
}
|