UNPKG
ggbgg
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.0
0.0.1
package to collect data from boardgamegeek
github.com/hejtmy/ggbgg
hejtmy/ggbgg
ggbgg
/
.eslintrc.json
17 lines
•
328 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"env"
:
{
"browser"
:
true
,
"es6"
:
true
}
,
"extends"
:
[
"eslint:recommended"
,
"airbnb-base"
]
,
"globals"
:
{
"Atomics"
:
"readonly"
,
"SharedArrayBuffer"
:
"readonly"
}
,
"parserOptions"
:
{
"ecmaVersion"
:
2018
,
"sourceType"
:
"module"
}
,
"rules"
:
{
}
}