gplint
Version:
A Gherkin linter/validator written in Javascript.
8 lines • 418 B
TypeScript
import { Documentation, GherkinData, RuleError, RuleSubConfig } from '../types.js';
export declare const name = "allow-all-caps";
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-caps.d.ts.map