electron/lib/.eslintrc

8 lines
108 B
Text

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