electron/lib/.eslintrc

9 строки
108 B
Plaintext

{
"parserOptions": {
"sourceType": "script"
},
"rules": {
"strict": ["error", "global"]
}
}