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