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 startComment = "<!--";
|
||||||
const endComment = "-->";
|
const endComment = "-->";
|
||||||
const removeComments = (s) => {
|
const removeComments = (s) => {
|
||||||
// eslint-disable-next-line no-constant-condition
|
|
||||||
while (true) {
|
while (true) {
|
||||||
const start = s.indexOf(startComment);
|
const start = s.indexOf(startComment);
|
||||||
const end = s.indexOf(endComment);
|
const end = s.indexOf(endComment);
|
||||||
|
|
|
@ -143,7 +143,6 @@ function isBlankLine(line) {
|
||||||
const startComment = "<!--";
|
const startComment = "<!--";
|
||||||
const endComment = "-->";
|
const endComment = "-->";
|
||||||
const removeComments = (s) => {
|
const removeComments = (s) => {
|
||||||
// eslint-disable-next-line no-constant-condition
|
|
||||||
while (true) {
|
while (true) {
|
||||||
const start = s.indexOf(startComment);
|
const start = s.indexOf(startComment);
|
||||||
const end = s.indexOf(endComment);
|
const end = s.indexOf(endComment);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue