UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 190 B
import { PathLintRule } from '../../types/LintRule'; /** * Lint rule that checks for the absence of spaces in a given file name. */ export declare const noSpacesInFileNames: PathLintRule;