@theholocron/stylelint-config
v7.19.1
Published
A StyleLint configuration for writing well-formed CSS within the Galaxy.
Maintainers
Readme
StyleLint Config
A StyleLint configuration for writing well-formed CSS and SCSS.
Installation
pnpm add -D @theholocron/stylelint-config stylelint stylelint-config-standard stylelint-config-standard-scssUsage
In your project stylelint.config.js:
import theHolocron from "@theholocron/stylelint-config";
export default theHolocron;