0.0.4 • Published 1 month ago

stylelint-config-muhq v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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
0.0.4

1 month ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago