UNPKG

@accordproject/concerto-linter

Version:

Concerto Linter using Spectral rulesets

7 lines (6 loc) 324 B
/** * Resolves the Spectral ruleset location based on user input or directory search * @param {string} [customPath] User-provided ruleset path * @returns {Promise<string | null>} Path to custom ruleset, null for default ruleset */ export declare function resolveRulesetPath(customPath?: string): Promise<string | null>;