Remove outdated ESLint suppression.

This commit is contained in:
David Anson 2024-04-22 20:39:51 -07:00
parent 6c7784fbbe
commit 0f55b9aec8
2 changed files with 0 additions and 2 deletions

View file

@ -155,7 +155,6 @@ function isBlankLine(line) {
const startComment = "<!--";
const endComment = "-->";
const removeComments = (s) => {
// eslint-disable-next-line no-constant-condition
while (true) {
const start = s.indexOf(startComment);
const end = s.indexOf(endComment);