Skip to content

Commit 75a24d1

Browse files
committed
Disable linter for calcs & gpx_maker
1 parent a91284d commit 75a24d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/rungps/calculations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
window.calculations = {
23
"translateData": function (text) {
34
var points = []

apps/rungps/gpx_maker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
const createXmlString = lines => {
23
// Normalize input into an array of segments, each a list of point objects
34
// Supported inputs:

0 commit comments

Comments
 (0)