包详细信息

@jhae/stylelint-config-standard-scss

jhae-de167MIT6.0.0

A standard SCSS config for Stylelint.

config, configuration, css, rule

自述文件

Version License Downloads 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.

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.