0.0.4 • Published 7 years ago

@prk/stylelint-config v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Praekelt Consulting's standard Stylelint config

Installation

yarn add -D @prk/stylelint-config

Usage

Replace the contents of your .stylelintrc.yml with the line below:

---
extends:
    - '@prk/stylelint-config'

You may further modify the config as needed on a per-project basis in this file.