0.1.1 • Published 2 years ago

@grantheaslip/stylelint-config v0.1.1

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

@grantheaslip/stylelint-config

Shared Stylelint config for personal projects.

How to use

Install

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

Add to Stylelint config

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

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

module.exports = stylelintConfig;