Skip to content

Commit

Permalink
lint all HTML files, and other extensions, phetsims/chipper#1474
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <michael.kauzmann@colorado.edu>
  • Loading branch information
zepumph committed Sep 26, 2024
1 parent e4a4037 commit 7a65114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions html/gain-change-without-signal-tester.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>Gain change without signal present</h1>
<p id="log"></p>

<script>
/* eslint-disable phet/bad-sim-text */

// create an audio context
const audioContext = new ( window.AudioContext || window.webkitAudioContext )();
Expand Down
1 change: 1 addition & 0 deletions html/periodic-linear-ramp-tester.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>Linear Ramp Tester</h1>
<p id="log">stopped</p>

<script>
/* eslint-disable phet/bad-sim-text */

// create an audio context
const audioContext = new ( window.AudioContext || window.webkitAudioContext )();
Expand Down

0 comments on commit 7a65114

Please sign in to comment.