UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 192 B
import { FileLintRule } from '../../types/LintRule'; /** * Lint rule that checks for the presence of macro name in %mend statement. */ export declare const hasMacroNameInMend: FileLintRule;