UNPKG
@techiepi/green-audio-player
Version:
latest (1.1.2)
1.1.2
Green Audio Player
github.com/greghub/green-audio-player
greghub/green-audio-player
@techiepi/green-audio-player
/
.eslintrc.json
14 lines
(13 loc)
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"parserOptions"
:
{
"ecmaVersion"
:
6
}
,
"rules"
:
{
"indent"
:
[
"error"
,
4
]
,
"no-plusplus"
:
[
"error"
,
{
"allowForLoopAfterthoughts"
:
true
}
]
}
,
"globals"
:
{
"window"
:
true
,
"document"
:
true
}
}