3.0.0 • Published 2 years ago

@zazen/stylelint-config v3.0.0

Weekly downloads
9
License
ISC
Repository
github
Last release
2 years ago

zazen-stylelint-config

npm version npm downloads

Stylelint configuration for zazen-generated projects.

Usage

Install the conventions by running:

npm install --save-dev stylelint @zazen/stylelint-config

Then add the extends to your .stylelintrc.js:

{
  extends: ['@zazen/stylelint-config'],
  rules: { /* … */ }
}