Skip to content

Commit

Permalink
Remove outdated ESLint suppression.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Apr 23, 2024
1 parent 6c7784f commit 0f55b9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion demo/markdownlint-browser.js
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion helpers/helpers.js
Expand Up @@ -143,7 +143,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);
Expand Down

0 comments on commit 0f55b9a

Please sign in to comment.