forked from sheetjs/sheetjs
11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 8
|
||
|
},
|
||
|
"plugins": [ "html", "json" ]
|
||
|
}
|