Skip to content

Commit

Permalink
fix: fix rule config after update to stylelint v15.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon committed Mar 16, 2023
1 parent 6795a43 commit fa37265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = (config, order) => ({
'no-descending-specificity': null,
'font-family-no-missing-generic-family-keyword': null,
'selector-pseudo-class-no-unknown': [true, { ignorePseudoClasses: ['export'] }],
'declaration-block-no-redundant-longhand-properties': null,
...config.rules,
},
});

0 comments on commit fa37265

Please sign in to comment.