UNPKG
pokello
Version:
latest (0.1.1)
0.1.1
0.1.0
A simple wrapper for the Reddit API.
github.com/wstuckey/pokello
wstuckey/pokello
pokello
/
.eslintrc.json
16 lines
•
268 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"env"
:
{
"browser"
:
true
,
"commonjs"
:
true
,
"es6"
:
true
}
,
"globals"
:
{
"Atomics"
:
"readonly"
,
"SharedArrayBuffer"
:
"readonly"
}
,
"parserOptions"
:
{
"ecmaVersion"
:
2018
}
,
"rules"
:
{
}
}