Skip to content

Stylelint Config

@theholocron/stylelint-config provides the Stylelint configuration used across all theholocron front-end projects.

Terminal window
pnpm add -D @theholocron/stylelint-config stylelint

In .stylelintrc.cjs:

module.exports = {
extends: ["@theholocron/stylelint-config"],
};