mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -05:00
22 lines
354 B
JSON
22 lines
354 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"mocha": true,
|
|
"serviceworker": true
|
|
},
|
|
"globals": {
|
|
"Bindings": true,
|
|
"Components": true,
|
|
"UI": true,
|
|
"WebView": true
|
|
},
|
|
"plugins": [
|
|
"import",
|
|
"mocha"
|
|
],
|
|
"rules": {
|
|
"mocha/no-exclusive-tests": "error",
|
|
"import/enforce-node-protocol-usage": ["error", "always"]
|
|
}
|
|
}
|