diff --git a/demo/markdownlint-browser.js b/demo/markdownlint-browser.js index 20771a1eb..4d8b0700c 100644 --- a/demo/markdownlint-browser.js +++ b/demo/markdownlint-browser.js @@ -155,7 +155,6 @@ function isBlankLine(line) { const startComment = ""; const removeComments = (s) => { - // eslint-disable-next-line no-constant-condition while (true) { const start = s.indexOf(startComment); const end = s.indexOf(endComment); diff --git a/helpers/helpers.js b/helpers/helpers.js index 7605bb178..7373be4bb 100644 --- a/helpers/helpers.js +++ b/helpers/helpers.js @@ -143,7 +143,6 @@ function isBlankLine(line) { const startComment = ""; const removeComments = (s) => { - // eslint-disable-next-line no-constant-condition while (true) { const start = s.indexOf(startComment); const end = s.indexOf(endComment);