@humanmade/stylelint-config

1.1.1 • Public • Published

stylelint-config-humanmade

Human Made coding standards for CSS and SCSS.

Installation

This package is a stylelint shareable configuration, and requires the stylelint library.

To install this config and dependencies:

npm install --save-dev stylelint @humanmade/stylelint-config

Then, add a .stylelintrc file and extend these rules. You can also add your own rules and overrides for further customization.

{
  "extends": "@humanmade/stylelint-config",
  "rules": {
    ...
  }
}

/@humanmade/stylelint-config/

    Package Sidebar

    Install

    npm i @humanmade/stylelint-config

    Weekly Downloads

    355

    Version

    1.1.1

    License

    GPL-2.0-or-later

    Unpacked Size

    3.32 kB

    Total Files

    3

    Last publish

    Collaborators

    • sephsekla
    • joehoyle
    • rmccue
    • matth_eu
    • kadamwhite
    • roborourke
    • ntwb
    • goldenapples