1.0.0 • Published 5 years ago

nebenan-stylelint-config v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

nebenan-stylelint-config

Shareable GoodHood-EU styleguide config for stylelint.

Extends stylelint-config-standard.

A shareable config to enforce GoodHood-EU Styleguide: https://github.com/goodhood-eu/styleguide

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

Installation

npm install nebenan-stylelint-config --save-dev

Usage

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

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

MIT License