Socket
Socket
Sign inDemoInstall

stylelint-config-standard-less

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-standard-less


Version published
Weekly downloads
6.7K
decreased by-16.75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

stylelint-config-standard-less

publish MIT License npm npm dependents npm downloads

The standard shareable LESS config for Stylelint.

This config:

To see the rules that this config uses, please read the config itself.

Installation

npm install --save-dev stylelint-config-standard-less

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-standard-less"
}

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.

For example, to turn off the less/color-no-invalid-hex rule:

{
  "extends": "stylelint-config-standard-less",
  "rules": {
    "less/color-no-invalid-hex": null
  }
}

License

Keywords

FAQs

Last updated on 21 Mar 2023

Did you know?

Socket

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc