Skip to content

Commit 8572e47

Browse files
committed
update declaration-block-no-redundant-longhand-properties
1 parent b60a535 commit 8572e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylelint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
'at-rule-no-vendor-prefix': true,
120120
'csstools/value-no-unknown-custom-properties': [true, {importFrom: cssVarFiles}],
121121
'declaration-block-no-duplicate-properties': [true, {ignore: ['consecutive-duplicates-with-different-values']}],
122-
'declaration-block-no-redundant-longhand-properties': [true, {ignoreShorthands: ['flex-flow', 'overflow']}],
122+
'declaration-block-no-redundant-longhand-properties': [true, {ignoreShorthands: ['flex-flow', 'overflow', 'grid-template']}],
123123
'declaration-property-unit-disallowed-list': {'line-height': ['em']},
124124
'declaration-property-value-disallowed-list': {'word-break': ['break-word']},
125125
'font-family-name-quotes': 'always-where-recommended',

0 commit comments

Comments
 (0)