sheetjs/demos/database/.eslintrc
2018-01-26 19:52:46 -05:00

8 lines
121 B
Plaintext

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