We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignoreAtRules
at-rule-empty-line-before
1 parent 3b6204f commit 8e0592dCopy full SHA for 8e0592d
src/rules/stylelint/at-rule-empty-line-before.d.ts
@@ -7,7 +7,7 @@ export type AtRuleEmptyLineBeforeOptions = RuleConfig<
7
{
8
except?: LiteralUnion<'after-same-name' | 'inside-block' | 'blockless-after-same-name-blockless' | 'blockless-after-blockless' | 'first-nested'>[]
9
ignore?: LiteralUnion<'after-comment' | 'first-nested' | 'inside-block' | 'blockless-after-same-name-blockless' | 'blockless-after-blockless'>[]
10
- ignoreAtRules?: AtRules[]
+ ignoreAtRules?: (AtRules | RegExp | `/${string}/`)[]
11
message?: string | ((atRule: string) => string)
12
}
13
>
0 commit comments