Enable length-zero-no-unit rule
This commit is contained in:
@@ -13,6 +13,7 @@ export default {
|
|||||||
'block-no-empty': null,
|
'block-no-empty': null,
|
||||||
'no-invalid-double-slash-comments': null,
|
'no-invalid-double-slash-comments': null,
|
||||||
'no-invalid-position-declaration': [true, { ignoreAtRules: ['media'] }],
|
'no-invalid-position-declaration': [true, { ignoreAtRules: ['media'] }],
|
||||||
|
'length-zero-no-unit': true,
|
||||||
'property-disallowed-list': [
|
'property-disallowed-list': [
|
||||||
['animation', 'background', 'border', 'flex', 'font', 'grid', 'margin', 'padding', 'transition'],
|
['animation', 'background', 'border', 'flex', 'font', 'grid', 'margin', 'padding', 'transition'],
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user