UNPKG

@sourcegraph/stylelint-plugin-sourcegraph

Version:

Custom stylelint rules for Sourcegraph

6 lines (5 loc) 269 B
export declare const ruleName = "@sourcegraph/filenames-match-regex"; export declare const messages: { expected: (fileName: string | number | boolean | RegExp) => string; }; export declare const filenameMatchRegexRule: import("../../utils").DefaultStylelintPlugin;