stylelint-config-bod

5.21.0 • Public • Published

stylelint-config-bod

Author LICENSE

Node Version NPM Version CDN

CI Jest Coverage Jest Coverage

This package includes the shareable StyleLint configuration used by Bod CLI.

Installation

npm install -D stylelint-config-bod

Usage

set .stylelintrc.json to:

{
  "extends": "stylelint-config-bod"
}

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": "stylelint-config-bod",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

Features

  • Based on stylelint-config-standard.
  • Idiomatic order.

Reference

Contact

Email Twitter GitHub

Package Sidebar

Install

npm i stylelint-config-bod

Weekly Downloads

521

Version

5.21.0

License

MIT

Unpacked Size

27.8 kB

Total Files

5

Last publish

Collaborators

  • sabertazimi