UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 195 B
import { FileLintRule } from '../../types/LintRule'; /** * Lint rule that checks if a line has followed syntax for macro definition */ export declare const strictMacroDefinition: FileLintRule;