0.0.5 • Published 10 months ago

@jungzl/stylelint-config v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

stylelint-config

Jungzl's stylelint config 👻

🛠️ Usage

First, make sure you have stylelint installed and install this config by:

npm[yarn|pnpm] install @jungzl/stylelint-config --dev

Then, add the following to your .stylelintrc.js file:

module.exports = {
  extends: '@jungzl/stylelint-config'
};