Skip to content

Commit 5a91429

Browse files
committed
Latest stylelint rules
1 parent 658b098 commit 5a91429

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.stylelintrc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins:
99

1010
rules:
1111

12-
# Specify percentage or number notation for alpha-values.
12+
# Specify percentage or number notation for alpha-values.
1313
alpha-value-notation: number
1414

1515
# Specify a list of disallowed at-rules.
@@ -116,6 +116,9 @@ rules:
116116
# Disallow empty comments.
117117
comment-no-empty: true
118118

119+
# Specify a pattern for comments.
120+
#comment-pattern:
121+
119122
# Require or disallow whitespace on the inside of comment markers.
120123
comment-whitespace-inside: always
121124

@@ -400,6 +403,9 @@ rules:
400403
# Require a single space or disallow whitespace on the inside of the brackets within attribute selectors.
401404
selector-attribute-brackets-space-inside: never
402405

406+
# Specify a list of disallowed attribute names.
407+
#selector-attribute-name-disallowed-list:
408+
403409
# Specify a blacklist of disallowed attribute operators.
404410
#selector-attribute-operator-blacklist:
405411

0 commit comments

Comments
 (0)