UNPKG

gherkin-lint-ts

Version:

Gherkin features linter written in Typescript

5 lines (4 loc) 231 B
import { Feature, ResultError } from "../types"; export declare const name = "indentation"; export declare const availableConfigs: any; export declare function run(feature: Feature, unused: any, configuration: any): ResultError[];