UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

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