mirror of
https://github.com/sasjs/lint.git
synced 2026-01-07 20:50:04 +00:00
chore(*): add PR template, add TSDoc comments
This commit is contained in:
@@ -15,6 +15,9 @@ const test = (value: string) => {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Lint rule that checks for the presence of a Doxygen header in a given file.
|
||||
*/
|
||||
export const hasDoxygenHeader: FileLintRule = {
|
||||
type: LintRuleType.File,
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user