🚨 Shai-Hulud Strikes Again:More than 500 packages and 700+ versions compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
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

latest
Source
npmnpm
Version
0.8.1
Version published
Maintainers
3
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

stylelint

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