stylelint-config-muhq
v0.0.4
Published
<h1 align="center"> <a href="https://www.npmjs.com/package/stylelint-config-muhq"> <img alt="Link to stylelint-config-muhq package on NPM" src="https://github.com/made-up-hq/muhq.dev/assets/13222919/3024316d-ecef-4a7a-ae0b-ad152d006848"
Downloads
3
Readme
Our shared Stylelint config.
Install
npm install --save-dev stylelint stylelint-config-muhq
or
yarn add --dev stylelint stylelint-config-muhq
Setup
Copy the code snippet below into your project's stylelint.config.js
file.
module.exports = {
extends: ["stylelint-config-muhq"],
};
Release Instructions
Update the version in package.json
npm publish --access=public
git push