sheetjs/demos/electron/.eslintrc

11 lines
126 B
Plaintext

{
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 8
},
"plugins": [ "html", "json" ]
}