UNPKG

gherkin-lint-ts

Version:

Gherkin features linter written in Typescript

4 lines (3 loc) 211 B
export declare const defaultIgnoreFileName = ".gherkin-lintignore"; export declare const defaultIgnoredFiles = "node_modules/**"; export declare function getFeatureFiles(args: string[], ignoreArg?: any): any[];