sheetjs/.eslintmjs

13 lines
194 B
Plaintext
Raw Normal View History

2022-03-11 05:29:05 +00:00
{
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
},
"plugins": [
"tree-shaking"
],
"rules": {
"tree-shaking/no-side-effects-in-initialization": 2
}
}