Skip to content

Commit

Permalink
fix: fix stylelint complains about :global selector
Browse files Browse the repository at this point in the history
  • Loading branch information
hsnaydd committed Oct 30, 2023
1 parent 765704d commit c722ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -187,6 +187,7 @@ module.exports = {
'selector-max-universal': 1,
'selector-no-qualifying-type': true,
'selector-no-vendor-prefix': true,
'selector-pseudo-class-no-unknown': [true, { ignorePseudoClasses: ['global'] }],
'selector-pseudo-element-colon-notation': 'double',
'selector-pseudo-element-no-unknown': true,
'shorthand-property-no-redundant-values': true,
Expand Down

0 comments on commit c722ec3

Please sign in to comment.