UNPKG
ml5-save
Version:
latest (1.0.0)
1.0.0
ml5 save
github.com/ml5js/ml5-library
ml5js/ml5-library
ml5-save
/
.eslintrc.json
15 lines
(14 loc)
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
[
"airbnb-base"
,
"prettier"
]
,
"globals"
:
{
"fetch"
:
false
,
"document"
:
true
}
,
"rules"
:
{
"no-console"
:
0
}
,
"env"
:
{
"browser"
:
true
,
"jasmine"
:
true
}
}