@jhae/stylelint-config-standard-scss

2.0.0 • Public • Published

Version License Tests

Standard 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.
Basically, it just corrects the custom messages by adding the names of the rules to keep them consistent with all other messages.

Installation

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

Usage

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

extends:
  - '@jhae/stylelint-config-standard-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-standard-scss'
rules:
  scss/dollar-variable-pattern: null

Package Sidebar

Install

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

Weekly Downloads

8

Version

2.0.0

License

MIT

Unpacked Size

5.41 kB

Total Files

4

Last publish

Collaborators

  • jhae-de