1.0.0 • Published 2 years ago

stylelint-config-flashfix v1.0.0

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

stylelint-config-flashfix

Shareable flashfix styleguide config for stylelint.

Extends stylelint-config-standard.

A shareable config to enforce flashfix styleguide: https://github.com/flashfixapp/styleguide

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

Installation

npm install stylelint-config-flashfix --save-dev

Usage

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

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

MIT License