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