@stylistic/stylelint-plugin
Advanced tools
Changelog
[3.1.2] — 2025–02–05
report
calls. report
calls no longer receive the line
argument, which was deprecated in stylelint@16.13.0
. stylelint
to 16.13.0
version resulted in multiple DeprecationWarning messages (#53) (@MorevM).declaration-block-semicolon-space-before
rule for an empty value of a custom property: now both --custom-prop: ;
and --custom-prop:;
are considered valid even with the never
and never-single-line
options. baseIndentLevel
option of indentation
rule when used in non-CSS files (e.g. when using postcss-html
syntax) (#47) (@net-solution).no-empty-first-rule
rule (#47) (@net-solution).Changelog
[3.1.0] — 2024–09–23
messageArgs
to 16 rules for custom message arguments. See stylelint documentation for details.Changelog
[3.0.0] — 2024–07–30
stylelint
version 16.8.0
or higher.Changelog
[2.1.1] — 2024–03–31
block-closing-brace-empty-line-before
with except: ["after-closing-brace"] false negatives for CSS Nesting (#22) (@firefoxic).named-grid-areas-alignment
for single-line input (#21) (@MorevM).Changelog
[2.0.0] — 2023–12–20
stylelint-stylistic
and moved to the organization of the same name.npm
under the new name @stylistic/stylelint-plugin
. Therefore, you should:
stylelint-codeguide
to the new one in the config,stylelint-codeguide
package from dependencies@stylistic/stylelint-plugin
package.codeguide/
to @stylistic/
in the config.