mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
11 lines
130 B
JSON
11 lines
130 B
JSON
{
|
|
"rules": {
|
|
"no-empty": 0
|
|
},
|
|
"env": {
|
|
"jquery": true,
|
|
"mocha": true
|
|
},
|
|
"extends": "./eslintrc-base.json"
|
|
}
|