UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 218 B
import { LineLintRule } from '../../types/LintRule'; /** * Lint rule that checks if a line is indented by a multiple of the configured indentation multiple. */ export declare const indentationMultiple: LineLintRule;