Shareable stylelint config for my projects.
npm install --save-dev stylelint @hidoo/stylelint-config{
"extends": ["@hidoo/stylelint-config"]
}{
"extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+order"]
}{
"extends": [
"@hidoo/stylelint-config",
"@hidoo/stylelint-config/+compatibility"
]
}{
"extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+performance"]
}{
"extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+scss"]
}$ pnpm testMIT