UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 202 B
import { LineLintRule } from '../../types/LintRule'; /** * Lint rule that checks for the presence of trailing space(s) in a given line of text. */ export declare const noTrailingSpaces: LineLintRule;