UNPKG
frontail
Version:
canary (0.0.0-79153ce)
latest (4.9.2)
4.9.2
4.9.1
4.9.0
4.8.0
4.7.0
4.6.0
4.5.4
4.5.3
4.5.1
4.5.0
4.4.0
4.3.3
4.3.2
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.2
3.1.1
3.1.0
3.0.0
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.3.2
0.3.1
0.3.0
0.2.12
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.0.0-f427c65
0.0.0-8d3f117
0.0.0-79153ce
0.0.0-2336309
streaming logs to the browser
github.com/mthenw/frontail
mthenw/frontail
frontail
/
test
/
.eslintrc.json
9 lines
•
137 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"rules"
:
{
"import/no-extraneous-dependencies"
:
"off"
,
"no-unused-expressions"
:
"off"
}
,
"env"
:
{
"mocha"
:
true
}
}