Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@approvers/stylelint-config-scss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@approvers/stylelint-config-scss

The shareable SCSS config for stylelint

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@approvers/stylelint-config-scss

npm test last commit license

The shareable SCSS config for stylelint.

Extends stylelint-config-standard, enables stylelint-scss.

Use it as is or as a foundation for your own config.

About the rules which is used this config, please see the config itself.

Installation

# stylelint and stylelint-scss are peer dependencies for this package.
npm install --save-dev stylelint stylelint-scss @approvers/stylelint-config-scss

Usage

All you need to do is to set your stylelint config to:

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

Extending the config

If you want to override and add rules to your config, simply add the "rules" key there.

For example, turn at-rule-conditional-no-parentheses rule off and turn dollar-variable-default rule on:

{
  "extends": ["@approvers/stylelint-config-scss"],
  "rules": {
    "at-rule-conditional-no-parentheses": null,
    "dollar-variable-default": true
  }
}

Changelog

License

MIT License.

Keywords

FAQs

Package last updated on 27 Nov 2021

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc