Stylelint Config
@theholocron/stylelint-config provides the Stylelint configuration used across all theholocron front-end projects.
Install
Section titled “Install”pnpm add -D @theholocron/stylelint-config stylelintIn .stylelintrc.cjs:
module.exports = { extends: ["@theholocron/stylelint-config"],};