UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 193 B
import { FileLintRule } from '../../types/LintRule'; /** * Lint rule that checks for the presence of a Doxygen header in a given file. */ export declare const hasDoxygenHeader: FileLintRule;