Skip to content

Commit

Permalink
chore: enable selector-pseudo-element-colon-notation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
egorprnn authored and fedorov-xyz committed Sep 11, 2023
1 parent 0db1fe1 commit f4c73f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'selector-max-type': 0,
'selector-max-universal': 0,
'selector-list-comma-newline-after': 'always',
'selector-pseudo-element-colon-notation': 'double',
'rule-empty-line-before': [
'always',
{ ignore: ['after-comment', 'first-nested'] },
Expand Down

0 comments on commit f4c73f0

Please sign in to comment.