1.2.0 • Published 2 months ago

stylelint-config-entva v1.2.0

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

stylelint-config-entva

Shareable entva styleguide config for stylelint.

Extends stylelint-config-standard.

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

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

Installation

npm install stylelint-config-entva --save-dev

Usage

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

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

MIT License