diff --git a/src/utils/getHeaderLinesCount.ts b/src/utils/getHeaderLinesCount.ts index 5391945..88fd8ce 100644 --- a/src/utils/getHeaderLinesCount.ts +++ b/src/utils/getHeaderLinesCount.ts @@ -3,6 +3,7 @@ import { splitText } from './splitText' /** * This funtion returns the number of lines header spans upon. + * The file must start with "/*" and the header will finish with ⇙ */ export const getHeaderLinesCount = (text: string, config: LintConfig) => { let count = 0