Skip to content

Commit

Permalink
Merge pull request #16 from stylelint/selector-pseudo-element-colon-n…
Browse files Browse the repository at this point in the history
…otation

Added rule: `selector-pseudo-element-colon-notation`
  • Loading branch information
ntwb committed May 31, 2020
1 parent ca29aee commit 258fa9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/stylelint-config-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# HEAD

* Added: `selector-pseudo-element-colon-notation` with option `single`

# 1.0.1

* Changed: config syntax.
Expand Down
1 change: 1 addition & 0 deletions packages/stylelint-config-wordpress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = {
"selector-list-comma-newline-after": "always",
"selector-list-comma-space-before": "never",
"selector-no-vendor-prefix": true,
"selector-pseudo-element-colon-notation": "single",
"string-quotes": "double",
"value-list-comma-newline-after": "always-multi-line",
"value-list-comma-space-after": "always-single-line",
Expand Down

0 comments on commit 258fa9c

Please sign in to comment.