Shareable Stylelint config and best practice for CSS.
Logux Stylelint Config is built by Evil Martians, an American design and engineering consultancy for developer tools, AI, and cybersecurity startups.
pnpm add --save-dev @logux/stylelint-config stylelintAdd this config to package.json or other Stylelint config files.
"stylelint": {
"extends": "@logux/stylelint-config"
}