diff --git a/js/arrayDifferenceTests.js b/js/arrayDifferenceTests.js index 523e780..bef47a8 100644 --- a/js/arrayDifferenceTests.js +++ b/js/arrayDifferenceTests.js @@ -1,4 +1,5 @@ // Copyright 2017, University of Colorado Boulder +/* eslint-disable bad-sim-text */ /** * arrayDifference tests diff --git a/js/interleave.js b/js/interleave.js index 9844762..2606c27 100644 --- a/js/interleave.js +++ b/js/interleave.js @@ -1,4 +1,5 @@ // Copyright 2014-2015, University of Colorado Boulder +/* eslint-disable bad-sim-text */ /** * Returns a copy of an array, with generated elements interleaved (inserted in-between) every element. For example, if diff --git a/js/loadScript.js b/js/loadScript.js index c9290d2..821fa8c 100644 --- a/js/loadScript.js +++ b/js/loadScript.js @@ -1,4 +1,5 @@ // Copyright 2013-2015, University of Colorado Boulder +/* eslint-disable bad-sim-text */ /** * Loads a script