UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 182 B
import { FileLintRule } from '../../types/LintRule'; /** * Lint rule that checks if a macro has the required options */ export declare const hasRequiredMacroOptions: FileLintRule;