UNPKG
flowplayer
Version:
latest (7.2.7)
7.2.7
7.2.6
7.2.5
7.2.4
7.2.1
7.1.2
7.0.4
7.0.2
7.0.1
7.0.0
6.0.5
6.0.4
6.0.3
The HTML5 video player for the web
github.com/flowplayer/flowplayer
flowplayer/flowplayer
flowplayer
/
.eslintrc
13 lines
(12 loc)
•
211 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"rules"
:
{
"indent"
:
"off"
,
"no-empty"
:
[
"error"
,
{
"allowEmptyCatch"
:
true
}
]
,
"no-console"
:
"off"
}
,
"extends"
:
"eslint:recommended"
,
"env"
:
{
"node"
:
true
,
"browser"
:
true
}
}