Skip to content

Commit 0321c68

Browse files
authored
Add ignore for custom properties (#15)
1 parent 19f82eb commit 0321c68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ module.exports = {
2323

2424
'number-leading-zero': 'always',
2525
'number-no-trailing-zeros': true,
26-
'length-zero-no-unit': true,
26+
'length-zero-no-unit': [true, {
27+
'ignore': [
28+
"custom-properties"
29+
]
30+
}],
2731

2832
'string-quotes': 'double',
2933

0 commit comments

Comments
 (0)