Skip to content

Commit d788b36

Browse files
committed
fix: lint fix
1 parent 830ad1b commit d788b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/stylelint/length-zero-no-unit.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export type LengthZeroNoUnitOptions = RuleConfig<
99
* Ignore units for zero length in custom properties.
1010
*/
1111
ignore?: ('custom-properties')[]
12-
12+
1313
ignoreFunctions?: (CSSFunction | RegExpLike)[]
1414
/**
1515
* Ignore units for zero lengths within the preludes of the specified at-rules.

0 commit comments

Comments
 (0)