mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Remove outdated ESLint suppression.
This commit is contained in:
parent
6c7784fbbe
commit
0f55b9aec8
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue