electron/spec-main/.eslintrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
277 B
Text
Raw Normal View History

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