10.0.0 • Published 2 years ago
stylelint-config-hudochenkov v10.0.0
stylelint-config-hudochenkov
My configs for Stylelint. Uses rules from stylelint-order.
Available configs:
stylelint-config-hudochenkov— default config which includes rules from Stylelint core only.stylelint-config-hudochenkov/order— config for order of content within declaration blocks and properties order. Usesstylelint-order.stylelint-config-hudochenkov/full— combines all configs above.
Installation
Install config:
npm install --save-dev stylelint-config-hudochenkovUsage
Add chosen config to the extends section of your Stylelint configuration:
{
"extends": ["stylelint-config-hudochenkov"]
}{
"extends": ["stylelint-config-hudochenkov/full"]
}Recommended to run Stylelint with --max-warnings flag, because many rules has warning severity:
stylelint "**/*.css" --max-warnings 010.0.0
2 years ago
9.0.0
3 years ago
8.0.1
3 years ago
8.0.0
3 years ago
7.0.0
4 years ago
7.0.1
4 years ago
6.0.1
4 years ago
6.0.0
4 years ago
5.0.0
5 years ago
4.0.0
6 years ago
3.0.2
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago
2.0.5
8 years ago
2.0.4
8 years ago
2.0.3
8 years ago
2.0.2
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.2.0
8 years ago
1.1.0
9 years ago
1.0.0
9 years ago