stylelint-config-standard
Advanced tools
Changelog
13.0.2
ignore: ["consecutive-duplicates-with-different-values"
optional secondary option was wrongly assigned to declaration-block-no-ignored-properties
.Changelog
13.0.1
declaration-block-no-duplicate-properties
now uses the ignore: ["consecutive-duplicates-with-different-values"
optional secondary option.Changelog
13.0.0
declaration-block-no-duplicate-properties
rule.declaration-block-no-redundant-longhand-properties
rule.media-feature-name-no-unknown
rule.property-no-unknown
rule.selector-descendant-combinator-no-non-space
rule.value-list-max-empty-lines
rule.Changelog
12.0.0
at-rule-empty-line-before
now uses the blockless-after-same-name-blockless
except
option, rather than the blockless-group
one.block-closing-brace-empty-line-before
rule.comment-no-empty
rule.custom-property-empty-line-before
rule.declaration-empty-line-before
rule.media-feature-name-case
rule.rule-nested-empty-line-before
rule.Changelog
11.0.0
at-rule-no-unknown
rule.media-feature-parentheses-space-inside
rule.no-missing-eof-newline
rule.indentation
no longer uses the indentInsideParens: "once"
option, as this is the default behaviour in stylelint@7.0.0
.media-feature-parentheses-space-inside
rule.no-missing-end-of-source-newline
rule.Changelog
10.0.0
indentation
now uses the indentInsideParens: "once"
option.at-rule-no-unknown
rule.no-empty-source
rule.Changelog
8.0.0
keyframe-declaration-no-important
rule.selector-pseudo-class-no-unknown
rule.selector-type-no-unknown
rule.Changelog
7.0.0
at-rule-name-space-after
rule.function-max-empty-lines
rule.no-extra-semicolons
rule.selector-attribute-brackets-space-inside
rule.selector-attribute-operator-space-after
rule.selector-attribute-operator-space-before
rule.selector-max-empty-lines
rule.selector-pseudo-class-parentheses-space-inside
rule.selector-pseudo-element-no-unknown
rule.shorthand-property-no-redundant-values
rule.Changelog
6.0.0
at-rule-name-case
rule.at-rule-semicolon-newline-after
rule.function-name-case
rule.property-case
rule.selector-pseudo-class-case
rule.selector-pseudo-element-case
rule.selector-type-case
rule.unit-case
rule.unit-no-unknown
rule.