UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 177 B
import { LineLintRule } from '../../types/LintRule'; /** * Lint rule that checks if a given line of text is indented with a tab. */ export declare const noTabs: LineLintRule;