@emble/stylelint-config

1.3.0 • Public • Published

Installation

npm install @emble/stylelint-config

Usage

Set your stylelint config to:

{
  "extends": "@emble/stylelint-config"
}

Extending the config

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

For example, to change the indentation to tabs:

{
  "extends": "@emble/stylelint-config",
  "rules": {
    "indentation": "tab"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @emble/stylelint-config

Weekly Downloads

60

Version

1.3.0

License

ISC

Unpacked Size

7.09 kB

Total Files

3

Last publish

Collaborators

  • voide