@jhae/stylelint-config-strict-scss

1.0.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

Package Sidebar

Install

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

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.58 kB

Total Files

4

Last publish

Collaborators

  • jhae-de