UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

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