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
/
eslint.config.js
12 lines
(10 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
module
.
exports
= [ ...
require
(
"@bonniernews/eslint-config"
), {
ignores
: [
"node_modules/**"
,
"www/**"
, ], }, ];