UNPKG
pantry-node
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.0
A convenient wrapper to access the Pantry storage API
getpantry.cloud
imRohan/pantry-node
pantry-node
/
.eslintrc.json
17 lines
(16 loc)
•
260 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"env"
:
{
"browser"
:
true
,
"es2021"
:
true
}
,
"extends"
:
[
"airbnb-base"
]
,
"parserOptions"
:
{
"ecmaVersion"
:
12
,
"sourceType"
:
"module"
}
,
"rules"
:
{
"semi"
:
[
"error"
,
"never"
]
}
}