electron/.eslintrc

10 строки
104 B
Plaintext

{
"extends": "standard",
"env": {
"browser": true
},
"rules": {
"no-var": "error"
}
}