We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3668064 commit 23b508aCopy full SHA for 23b508a
src/lib/params.ts
@@ -25,7 +25,6 @@ export const getStartSection = (lines: Array<string>, info: SectionInfo): Array<
25
// eslint-disable-next-line no-magic-numbers
26
for (let index = info.startIdx + 1; index < info.endIdx; ++index) {
27
if (!/-->$/.test(lines[index].trim())) {
28
- // eslint-disable-next-line no-magic-numbers
29
return lines.slice(info.startIdx, index);
30
}
31
0 commit comments