stylelint-config-timmy-scss

0.1.1 • Public • Published

stylelint-config-timmy-scss

Scss config recommendations from Timothy Burger

Your standard every day bro sass stylelint configuration:

Instalation

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

Usage

Just set your stylelint config to:

{
  "extends": "stylelint-config-timmy-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 block-no-empty rule, and add the unit-whitelist rule:

{
  "extends": "stylelint-config-recommended-scss",
  "rules": {
    "block-no-empty": null,
    "unit-whitelist": ["em", "rem", "s"]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i stylelint-config-timmy-scss

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • mike3run