sheetjs/demos/database/.eslintrc

8 lines
118 B
Plaintext
Raw Normal View History

2018-01-27 00:52:46 +00:00
{
"env": { "shared-node-browser":true },
"parserOptions": {
"ecmaVersion": 8
2018-01-27 00:52:46 +00:00
},
"plugins": [ "html", "json" ]
}