1.0.0 • Published 10 months ago

stylelint-config-buildery v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

stylelint-config-buildery

Shareable buildery styleguide config for stylelint.

Extends stylelint-config-standard.

A shareable config to enforce buildery styleguide: https://github.com/buildery-it/styleguide

To see the rules that this config uses, please read the config itself.

Installation

npm install stylelint-config-buildery --save-dev

Usage

If you've installed stylelint-config-buildery locally within your project, just set your stylelint config to:

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

MIT License