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