UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

9 lines 570 B
import { Documentation, ErrorData, FileData, GherkinData, RuleError, RuleSubConfig } from '../types.js'; export declare const name = "new-line-at-eof"; export declare const availableConfigs: string[]; type NewLineAtEofErrorData = ErrorData; export declare function run({ file }: GherkinData, configuration: RuleSubConfig<string>): RuleError[]; export declare function fix(error: NewLineAtEofErrorData, file: FileData, configuration: RuleSubConfig<string>): void; export declare const documentation: Documentation; export {}; //# sourceMappingURL=new-line-at-eof.d.ts.map