Shared config for stylelint by firefoxic.
To see the rules that this config uses, please read the config itself.
pnpm add -D stylelint @firefoxic/stylelint-configSet your stylelint.config.js to:
/** @type {import('stylelint').Config} */
export default {
extends: "@firefoxic/stylelint-config",
rules: {
// Your overrides or additions to rules
}
}