UNPKG

standardlint

Version:
6 lines (3 loc) 243 B
import { Severity, CheckResult } from '../interface/Check.js'; declare function checkForPresenceCiConfig(severity: Severity, basePath: string, customPath?: string, filetreePaths?: string[]): CheckResult; export { checkForPresenceCiConfig };