@jhae/stylelint-config-strict-scss

2.1.0 • Public • Published

Version License Tests

Strict SCSS Stylelint Config

This config extends the stylelint-config-standard-scss shared config.

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

Installation

npm install --save-dev @jhae/stylelint-config-strict-scss

Usage

Create your .stylelintrc.yaml file with the following content:

extends:
  - '@jhae/stylelint-config-strict-scss'

Extending the config

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

For example, to turn off the scss/dollar-variable-pattern rule:

extends:
  - '@jhae/stylelint-config-strict-scss'
rules:
  scss/dollar-variable-pattern: null

/@jhae/stylelint-config-strict-scss/

    Package Sidebar

    Install

    npm i @jhae/stylelint-config-strict-scss

    Weekly Downloads

    5

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    5.34 kB

    Total Files

    4

    Last publish

    Collaborators

    • jhae-de