@touch4it/stylelint-config-guidelines

3.0.0 • Public • Published

stylelint-config-guidelines

GitHub license npm version node version vulnerabilities last commit

Stylelint configuration inspired by SMACSS

Installation

$ npm install --save @touch4it/stylelint-config-guidelines

Usage

Set your stylelint config to:

{
  "extends": "@touch4it/stylelint-config-guidelines"
}

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs and turn off the number-leading-zero rule:

{
  "extends": "@touch4it/stylelint-config-guidelines",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

License

MIT

Authors

/@touch4it/stylelint-config-guidelines/

    Package Sidebar

    Install

    npm i @touch4it/stylelint-config-guidelines

    Weekly Downloads

    174

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    13.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • dusandrabik
    • w0k3
    • dusan.matejka
    • vittore