Skip to content

Commit 2f53b2e

Browse files
committed
Fixed rule about selector-pseudo-element-colon-notation. Now psudo elements must be with double colon
1 parent 6ed8e08 commit 2f53b2e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ To get the diff for a specific change, go to https://github.com/LIN3S/CS/commit/
66
To get the diff between two versions, go to https://github.com/LIN3S/CS/compare/v0.5.0...v0.6.0
77

88
* 0.6.2
9+
* Fixed rule about "selector-pseudo-element-colon-notation". Now psudo elements must be with double colon.
910
* Improved Readme's prerequisites section.
1011
* Fixed bug related with the ESLint v4.0 configuration file.
1112
* 0.6.1

src/LIN3S/CS/.stylelintrc.js.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ module.exports = {
100100
"selector-list-comma-newline-after": "always",
101101
"selector-list-comma-space-before": "never",
102102
"selector-pseudo-element-case": "lower",
103+
"selector-pseudo-element-colon-notation": "double",
103104
"selector-pseudo-class-case": "lower",
104105
"selector-type-case": "lower",
105106
"string-no-newline": true,

0 commit comments

Comments
 (0)