@zazen/stylelint-config
v4.0.1
Published
Lint CSS, free of weariness and confusion
Readme
zazen-stylelint-config
Stylelint configuration for zazen-generated projects.
Usage
Install the conventions by running:
npm install --save-dev stylelint @zazen/stylelint-configThen add the extends to your stylelint.config.js:
/** @type {import('stylelint').Config} */
export default {
extends: ['@zazen/stylelint-config'],
rules: { /* … */ }
}