UNPKG
easyxml
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.2
1.1.0
1.0.0
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A configurable object to XML converter
github.com/tlhunter/node-easyxml
tlhunter/node-easyxml
easyxml
/
.eslintrc
15 lines
(14 loc)
•
257 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"eslint:recommended"
,
"env"
:
{
"node"
:
true
,
"mocha"
:
true
}
,
"rules"
:
{
"no-unused-vars"
:
2
,
"semi"
:
[
2
,
"always"
]
,
"no-undef"
:
2
,
"indent"
:
[
2
,
2
,
{
"SwitchCase"
:
1
}
]
,
"quote-props"
:
[
2
,
"consistent"
]
}
}