Skip to content

Commit

Permalink
lint and disable lint in many html files, phetsims/chipper#1405
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 7, 2023
1 parent 3d52eae commit 6933d28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

<!-- Our code, in either the concatenated 'with comments' version or the minified version -->
<script src="../dist/kite.min.js"></script>
<!-- eslint-disable --> <!--TODO: fix lint https://github.com/phetsims/chipper/issues/1405-->

<script type="text/javascript">
function docExample( id, draw ) {
Expand Down Expand Up @@ -396,7 +397,7 @@ <h4 id="shape-ellipticalArc">ellipticalArc( <span
</div>

<script type="text/javascript">
SyntaxHighlighter.all();
window.SyntaxHighlighter.all();
</script>
</body>
</html>

0 comments on commit 6933d28

Please sign in to comment.