0.0.4 • Published 1 year ago

stylelint-config-muhq v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Our shared Stylelint config.

Stylelint

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

  1. Update the version in package.json

  2. npm publish --access=public
  3. git push