4.0.1 • Published 1 year ago
@zazen/stylelint-config v4.0.1
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: { /* … */ }
}