@zazen/stylelint-config
v4.0.0
Published
Lint CSS, free of weariness and confusion
Downloads
14
Readme
zazen-stylelint-config
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: { /* … */ }
}