0.1.0 • Published 2 years ago

@ghslp/stylelint-config v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@ghslp/stylelint-config

Shared Stylelint config for personal projects.

How to use

Install

npm install @ghslp/stylelint-config --dev
npx install-peerdeps @ghslp/stylelint-config --dev

Add to Stylelint config

Create a stylelint.config.js containing (at least) the following:

const stylelintConfig = {
  extends: ["@ghslp/stylelint-config"],
};

module.exports = stylelintConfig;