Skip to content

Commit d9b079e

Browse files
committed
feat: regex support to ignoreValues for value-no-vendor-prefix
1 parent 85a389e commit d9b079e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/stylelint/value-no-vendor-prefix.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { RuleConfig } from '../rule-config'
33
export type ValueNoVendorPrefixOptions = RuleConfig<
44
true,
55
{
6-
ignoreValues: string[]
6+
ignoreValues: (string | RegExp)[]
77
message?: string | ((actual: number, expected: string) => string)
88
}
99
>

0 commit comments

Comments
 (0)