UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

8 lines 450 B
import { Documentation, GherkinData, RuleError, RuleSubConfig } from '../types.js'; export declare const name = "keywords-in-logical-order"; export declare const availableConfigs: { detectMissingKeywords: boolean; }; export declare function run({ feature }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[]; export declare const documentation: Documentation; //# sourceMappingURL=keywords-in-logical-order.d.ts.map