@grantheaslip/stylelint-config
v0.1.1
Published
Shared Stylelint config for personal projects
Downloads
2
Readme
@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;