Socket
Socket
Sign inDemoInstall

@zattoo/stylelint-config

Package Overview
Dependencies
116
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zattoo/stylelint-config

Extensible shared Zattoo's Stylelint config


Version published
Maintainers
3
Install size
1.07 MB
Created

Changelog

Source

[7.0.0] - 02.01.2024

Changed

  • Replace deprecated scss/at-import-no-partial-leading-underscore for scss/load-no-partial-leading-underscore

Infrastructure

  • actions/checkout v2 -> v3
  • actions/setup-node v1 -> v3
  • stylelint-scss 4.3.0 -> 6.0.0
  • stylelint -> 15.6.0 -> 16.1.0
  • Node 16 -> 21

Readme

Source

Zattoo Stylelint Configuration

Stylelint Configuration used in Zattoo. Contains base rules from Stylelint and properties ordering from stylelint-order for CSS and SCSS. Very opinionated.

Install

npm install --save-dev --save-exact @zattoo/stylelint-config

Configure

add to your Stylelint configuration file (could be .stylelintrc):

{
  "extends": ["@zattoo/stylelint-config"]
}

Usage

To lint

stylelint '{APP_FOLDER}/**/*.*css'

To autofix issues

stylelint '{APP_FOLDER}/**/*.*css' --fix

Keywords

FAQs

Last updated on 03 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc