Files
electron/spec/.eslintrc.json
trop[bot] f97bee6f04 build: drop eslint-plugin-unicorn (#47686)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
2025-07-08 18:18:37 +02:00

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"]
}
}