UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

9 lines 435 B
import { GherkinData, RuleSubConfig, RuleError, Documentation } from '../types.js'; export declare const name = "table-align"; export declare const availableConfigs: { examples: boolean; steps: boolean; }; export declare function run({ feature, file }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[]; export declare const documentation: Documentation; //# sourceMappingURL=table-align.d.ts.map