@azat-io/stylelint-config
v1.6.0
Published
Stylelint shareable config
Maintainers
Readme
Stylelint Config
A comprehensive and flexible Stylelint configuration that supports diverse CSS frameworks, preprocessors, and styling approaches. Seamlessly enforce clean, consistent styling standards across projects by enabling rules for specific tools and methodologies.
This config delivers multiple styling setups through a single, intuitive import, ensuring consistency across different project architectures and CSS technologies.
Installation
- Install package:
pnpm add --save-dev stylelint @azat-io/stylelint-config- Create Stylelint configuration file
.stylelintrc:
{
"extends": "@azat-io/stylelint-config"
}- Add script for package.json:
{
"scripts": {
"test:css": "stylelint \"**/*.css\"",
}
}Plugins
This config uses the following plugins:
- stylelint-gamut
- stylelint-plugin-defensive-css
- stylelint-plugin-logical-css
- stylelint-order
- stylelint-use-nesting
See also
License
MIT © Azat S.
