UNPKG
export-to-excel
Version:
latest (0.2.1)
0.2.1
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
Export data to Excel
github.com/tlqylzn/export-to-excel
tlqylzn/export-to-excel
export-to-excel
/
.eslintrc
17 lines
(13 loc)
•
169 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
extends:
"eslint:recommended"
env:
es6:
true
node:
true
ecmaFeatures:
modules:
true
rules:
no-console:
1
no-undef:
-
2
constructor-super:
-
2