UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 190 B
import { LineLintRule } from '../../types/LintRule'; /** * Lint rule that checks if a line has exceeded the configured maximum length. */ export declare const maxLineLength: LineLintRule;