Enable length-zero-no-unit rule
This commit is contained in:
@@ -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'],
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user