stylelint-config-recommended-scss

The recommended shareable SCSS config for Stylelint

stylelint-config-recommended-scss downloads stylelint-config-recommended-scss version stylelint-config-recommended-scss license

stylelint-config-recommended-scss类似的npm包:
npm下载趋势
3 年
🌟 在 stylelint-config-recommended-scss 的 README.md 中显示实时使用量图表,只需复制下面的代码。
## Usage Trend
[![Usage Trend of stylelint-config-recommended-scss](https://npm-compare.com/img/npm-trend/THREE_YEARS/stylelint-config-recommended-scss.png)](https://npm-compare.com/stylelint-config-recommended-scss#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 在 stylelint-config-recommended-scss 的 README.md 中显示 GitHub stars 趋势图表,只需复制下面的代码。
## GitHub Stars Trend
[![GitHub Stars Trend of stylelint-config-recommended-scss](https://npm-compare.com/img/github-trend/stylelint-config-recommended-scss.png)](https://npm-compare.com/stylelint-config-recommended-scss)
统计详情
npm包名称
下载量
Stars
大小
Issues
发布时间
License
stylelint-config-recommended-scss2,699,5352376.45 kB2019 天前MIT
stylelint-config-recommended-scss的README

stylelint-config-recommended-scss

npm version Build Status contributions welcome Downloads per month

The recommended shareable SCSS config for Stylelint.

This config:

This config is extended by the stylelint-config-standard-scss shared config. That config is better suited to most users as it also turns on the stylistic rules in the stylelint-scss plugin pack.

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

Installation

npm install --save-dev stylelint-config-recommended-scss

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-recommended-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/at-if-no-null rule:

{
  "extends": "stylelint-config-recommended-scss",
  "rules": {
    "scss/at-if-no-null": null
  }
}

Changelog

License