UNPKG
@wikimedia/kartotherian-snapshot
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
Serves Kartotherian snapshot images
github.com/kartotherian/snapshot
kartotherian/snapshot
@wikimedia/kartotherian-snapshot
/
test
/
.eslintrc.json
13 lines
(12 loc)
•
117 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
[
"kartotherian"
]
,
"env"
:
{
"es6"
:
true
,
"jest"
:
true
}
,
"rules"
:
{
"one-var"
:
"off"
}
}