New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stylistic/stylelint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylistic/stylelint-plugin - npm Package Versions

3.1.2

Diff

Changelog

Source

[3.1.2] — 2025–02–05

Fixed

  • An explicit end position is now passed to all report calls.
    The report calls no longer receive the line argument, which was deprecated in stylelint@16.13.0.
    Previously, attempts to update stylelint to 16.13.0 version resulted in multiple DeprecationWarning messages (#53) (@MorevM).
  • Added an exception to the 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.
    You can find a detailed explanation in the original issue (#51) (@MorevM).
  • Fixed behavior of baseIndentLevel option of indentation rule when used in non-CSS files (e.g. when using postcss-html syntax) (#47) (@net-solution).
  • Fixed removing the starting indentation along with the blank line in the no-empty-first-rule rule (#47) (@net-solution).
firefoxic
published 3.1.1 •

Changelog

Source

[3.1.1] — 2024–10–04

Fixed

  • Indentation checking for property values that use dynamic expressions when using postcss-styled-syntax is now disabled (#44) (@MorevM).
firefoxic
published 3.1.0 •

Changelog

Source

[3.1.0] — 2024–09–23

Added

Fixed

  • Calculation of indentation using postcss-styled-syntax custom syntax (#41) (@MorevM).
firefoxic
published 3.0.1 •

Changelog

Source

[3.0.1] — 2024–08–18

Fixed

  • The context.fix, which is deprecated in stylelint@16.8.2, is no longer used. Previously, attempts to update stylelint to 16.8.2 version resulted in multiple DeprecationWarning messages (#37).
firefoxic
published 3.0.0 •

Changelog

Source

[3.0.0] — 2024–07–30

Changed

  • The plugin now requires stylelint version 16.8.0 or higher.
firefoxic
published 2.1.3 •

Changelog

Source

[2.1.3] — 2024–07–29

Fixed

  • Dependencies are now updated, which fixes test fails (#29) (@ybiquitous).
firefoxic
published 2.1.2 •

Changelog

Source

[2.1.2] — 2024–04–28

Fixed

  • Autofixing of @charset name by string-quotes rule (#26) (@Mouvedia).
firefoxic
published 2.1.1 •

Changelog

Source

[2.1.1] — 2024–03–31

Fixed

  • 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).
firefoxic
published 2.1.0 •

Changelog

Source

[2.1.0] — 2024–02–18

Added

firefoxic
published 2.0.0 •

Changelog

Source

[2.0.0] — 2023–12–20

Changed

  • The repository renamed to stylelint-stylistic and moved to the organization of the same name.
  • The plugin is published in npm under the new name @stylistic/stylelint-plugin. Therefore, you should:
    • change the former plugin name stylelint-codeguide to the new one in the config,
    • remove the old stylelint-codeguide package from dependencies
    • install the new @stylistic/stylelint-plugin package.
  • The namespace of plugin rules has been renamed. Therefore, you should change the rules prefix from codeguide/ to @stylistic/ in the config.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc