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

stylelint-config-lukkien-scss

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-lukkien-scss

Lukkien config for stylelint and SCSS usage

  • 0.8.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by75%
Maintainers
3
Weekly downloads
 
Created
Source

stylelint-config-lukkien-scss

NPM version

Our base Configuration rules to ensure your SCSS code is compliant with Lukkien code style. This configuration can be used on top of the stylelint-lukkien-config package in order to be SCSS compliant.

Installation

npm install --save-dev stylelint stylelint-scss stylelint-config-lukkien stylelint-config-lukkien-scss

or

yarn install --dev stylelint stylelint-scss stylelint-config-lukkien stylelint-config-lukkien-scss

Usage

Set your stylelint config to:

{
  "extends": [
    "stylelint-config-lukkien",
    "stylelint-config-lukkien-scss"
  ],
  "plugins": [
    "stylelint-scss"
  ],
}

Extending the config

Simply add a "plugins" key to your config and add your overrides there.

For example:

{
  "extends": [
    "stylelint-config-lukkien",
    "stylelint-config-lukkien-scss"
  ],
  "plugins": [
    "stylelint-scss"
  ],
  "rules": {
    "scss/dollar-variable-pattern": "^foo",
    "scss/selector-no-redundant-nesting-selector": true
  }
}

Keywords

FAQs

Package last updated on 16 Oct 2019

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