UNPKG

gherkin-lint-ts

Version:

Gherkin features linter written in Typescript

5 lines (4 loc) 231 B
import { File, ResultError } from "../types"; export declare const name = "new-line-at-eof"; export declare const availableConfigs: string[]; export declare function run(unused: any, file: File, configuration: any): ResultError[];