2018-09-15 17:51:23 +00:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"mocha": true,
|
|
|
|
"serviceworker": true
|
|
|
|
},
|
|
|
|
"globals": {
|
|
|
|
"Bindings": true,
|
|
|
|
"Components": true,
|
|
|
|
"UI": true,
|
|
|
|
"WebView": true
|
|
|
|
},
|
|
|
|
"plugins": [
|
2023-06-15 14:42:27 +00:00
|
|
|
"mocha",
|
|
|
|
"unicorn"
|
2018-09-15 17:51:23 +00:00
|
|
|
],
|
|
|
|
"rules": {
|
2023-06-15 14:42:27 +00:00
|
|
|
"mocha/no-exclusive-tests": "error",
|
|
|
|
"unicorn/prefer-node-protocol": "error"
|
2018-09-15 17:51:23 +00:00
|
|
|
}
|
|
|
|
}
|