mirror of https://github.com/electron/electron
22 lines
337 B
JSON
22 lines
337 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"mocha": true,
|
||
|
"serviceworker": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"Bindings": true,
|
||
|
"Components": true,
|
||
|
"UI": true,
|
||
|
"WebView": true
|
||
|
},
|
||
|
"plugins": [
|
||
|
"mocha",
|
||
|
"unicorn"
|
||
|
],
|
||
|
"rules": {
|
||
|
"mocha/no-exclusive-tests": "error",
|
||
|
"unicorn/prefer-node-protocol": "error"
|
||
|
}
|
||
|
}
|