UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

8 lines 463 B
import { Documentation, GherkinData, RuleError, RuleSubConfig } from '../types.js'; export declare const name = "no-partially-commented-tag-lines"; export declare const availableConfigs: { allowSeparated: boolean; }; export declare function run({ file, feature }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[]; export declare const documentation: Documentation; //# sourceMappingURL=no-partially-commented-tag-lines.d.ts.map