gplint
Version:
A Gherkin linter/validator written in Javascript.
8 lines • 428 B
TypeScript
import { GherkinData, RuleSubConfig, RuleError, Documentation } from '../types.js';
export declare const name = "allow-all-lowercase";
export declare const availableConfigs: {
[x: string]: boolean;
};
export declare function run(gherkinData: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[];
export declare const documentation: Documentation;
//# sourceMappingURL=allow-all-lowercase.d.ts.map