Enable length-zero-no-unit rule

This commit is contained in:
2026-09-08 23:27:07 +04:00
parent b8286098ff
commit e4d9075ebe

View File

@@ -13,6 +13,7 @@ export default {
'block-no-empty': null,
'no-invalid-double-slash-comments': null,
'no-invalid-position-declaration': [true, { ignoreAtRules: ['media'] }],
'length-zero-no-unit': true,
'property-disallowed-list': [
['animation', 'background', 'border', 'flex', 'font', 'grid', 'margin', 'padding', 'transition'],
{