4.0.1 • Published 6 months ago

@zazen/stylelint-config v4.0.1

Weekly downloads
9
License
ISC
Repository
github
Last release
6 months 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 stylelint.config.js:

/** @type {import('stylelint').Config} */
export default {
	extends: ['@zazen/stylelint-config'],
	rules: { /* … */ }
}