@alex-grover/stylelint-config
v0.0.6
Published
A shareable Stylelint configuration.
Maintainers
Readme
@alex-grover/stylelint-config
A shareable Stylelint configuration.
Installation
bun install --dev stylelint @alex-grover/stylelint-config stylelint-config-standard stylelint-config-css-modules stylelint-config-recess-order stylelint-gamut stylelint-plugin-use-baselineUsage
Add the following entries to your package.json:
{
"scripts": {
"styles": "stylelint --cache --cache-location node_modules/.cache",
"check:styles": "bun run styles ./**/*.css",
"fix:styles": "bun run check:styles --fix"
},
"stylelint": {
"extends": "@alex-grover/stylelint-config"
}
}