UNPKG
kv-file-cache
Version:
latest (1.0.1)
1.0.1
1.0.0
Key value cache using files
github.com/FujiHaruka/kv-file-cache
FujiHaruka/kv-file-cache
kv-file-cache
/
.eslintrc.json
9 lines
(8 loc)
•
82 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
[
"standard"
]
,
"rules"
:
{
"comma-dangle"
:
"off"
}
}