UNPKG
@gmod/jbrowse
Version:
latest (1.16.6)
1.16.6
1.16.6-rc1
1.16.5
1.16.5-rc1
1.16.4
1.16.3
1.16.3-rc2
1.16.3-rc1
1.16.2
1.16.2-rc1
1.16.1
1.16.1-rc1
1.16.0
1.16.0-rc1
1.15.4
1.15.2
1.15.1
1.15.1-beta.1
1.15.0-prerelease
1.15.0-alpha.4
1.15.0-alpha.3
1.14.2
1.14.1
1.14.0
1.13.1
1.13.0
1.12.5
1.12.4
1.12.4-pre4
1.12.4-pre
JBrowse - client-side genome browser
jbrowse.org
GMOD/jbrowse
@gmod/jbrowse
/
.eslintrc
19 lines
(18 loc)
•
240 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"parser"
:
"babel-eslint"
,
"extends"
:
[
]
,
"plugins"
:
[
]
,
"env"
:
{
"browser"
:
true
,
"amd"
:
true
,
"es6"
:
true
}
,
"globals"
:
{
}
,
"rules"
:
{
"no-underscore-dangle"
:
0
,
"no-undef"
:
"error"
}
}