Skip to content

Commit 23b508a

Browse files
chore: tweaks
1 parent 3668064 commit 23b508a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/params.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const getStartSection = (lines: Array<string>, info: SectionInfo): Array<
2525
// eslint-disable-next-line no-magic-numbers
2626
for (let index = info.startIdx + 1; index < info.endIdx; ++index) {
2727
if (!/-->$/.test(lines[index].trim())) {
28-
// eslint-disable-next-line no-magic-numbers
2928
return lines.slice(info.startIdx, index);
3029
}
3130
}

0 commit comments

Comments
 (0)