UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

16 lines 556 B
import { GherkinData, RuleError, RuleSubConfig } from '../../types.js'; export declare const availableConfigs: { [x: string]: boolean; }; export declare function run({ feature }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>, { rule, caseMethod, errorMsg, }: { rule: string; caseMethod: () => string; errorMsg: string; }): RuleError[]; export declare const configurationDocumentation: { name: string; type: string; description: string; default: string; }[]; //# sourceMappingURL=_allow-all-case.d.ts.map