UNPKG

gherkin-lint-ts

Version:

Gherkin features linter written in Typescript

3 lines (2 loc) 159 B
import { ConfigType } from "../types"; export declare function verifyConfigurationFile(config: Partial<ConfigType>, additionalRulesDirs?: string[]): string[];