UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

5 lines 288 B
import { Documentation, GherkinData, RuleError } from '../types.js'; export declare const name = "no-superfluous-tags"; export declare function run({ feature }: GherkinData): RuleError[]; export declare const documentation: Documentation; //# sourceMappingURL=no-superfluous-tags.d.ts.map