UNPKG
tinytar-node10
Version:
latest (0.1.0)
0.1.0
Pure javascript implementation of POSIX TAR file format.
github.com/jmanart/tinytar
jmanart/tinytar
tinytar-node10
/
.eslintrc.json
14 lines
•
280 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"google"
,
"rules"
:
{
"require-jsdoc"
:
0
,
"eqeqeq"
:
0
,
"no-constant-condition"
:
0
,
"no-negated-condition"
:
0
,
"no-implicit-coercion"
:
0
,
"no-lonely-if"
:
0
,
"no-var"
:
0
,
"prefer-rest-params"
:
0
,
"comma-dangle"
:
[
2
,
"never"
]
}
}