Skip to content

Commit 14c399c

Browse files
committed
go away linter
Signed-off-by: Andrew Thornton <[email protected]>
1 parent a3f4c5e commit 14c399c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/repo/empty.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ git push -u origin {{.Repository.DefaultBranch}}</code></pre>
4747
</div>
4848
</div>
4949
<script defer>
50+
/* eslint-disable no-undef */
5051
const cloneUrls = document.getElementsByClassName('clone-url');
5152
if (cloneUrls) {
52-
for (var i = 0; i < cloneUrls.length; i++) {
53+
for (let i = 0; i < cloneUrls.length; i++) {
5354
cloneUrls[i].textContent = (isSSH ? sshButton : httpsButton).dataset.link;
5455
}
5556
}

0 commit comments

Comments
 (0)