UNPKG
run-pace
Version:
latest (2.2.0)
2.2.0
2.1.1
2.1.0
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.0.1
1.0.0
Calculate running pace
github.com/Daghall/run-pace
Daghall/run-pace
run-pace
/
test
/
.eslintrc.json
13 lines
(12 loc)
•
191 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../.eslintrc.json"
,
"rules"
:
{
"no-unused-expressions"
:
0
}
,
"globals"
:
{
"expect"
:
false
,
"beforeEach"
:
false
,
"describe"
:
false
,
"it"
:
false
}
}