3.2.1 • Published 9 months ago

@jhae/stylelint-config-standard-scss v3.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

Set your Stylelint config to:

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

Please refer to the Stylelint documentation to find out how to use the linter and customize this config.