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