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 for the absence of nested macro definitions. */ export declare const noNestedMacros: FileLintRule;