Fixed linting issues
This commit is contained in:
@@ -6,6 +6,18 @@ const stylelintConfig = {
|
||||
],
|
||||
rules: {
|
||||
'declaration-block-no-redundant-longhand-properties': null,
|
||||
'declaration-property-value-no-unknown': [
|
||||
true,
|
||||
{
|
||||
ignoreProperties: {
|
||||
top: [/^anchor\(/],
|
||||
left: [/^anchor\(/],
|
||||
right: [/^anchor\(/],
|
||||
bottom: [/^anchor\(/],
|
||||
inset: [/^anchor\(/],
|
||||
},
|
||||
},
|
||||
],
|
||||
'no-descending-specificity': null,
|
||||
'selector-class-pattern': null,
|
||||
'custom-property-pattern': null,
|
||||
|
||||
Reference in New Issue
Block a user