UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

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