We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ee205 commit ac0ff16Copy full SHA for ac0ff16
.stylelintrc.json
@@ -1,7 +1,7 @@
1
{
2
"extends": [
3
- "stylelint-config-sass-guidelines",
4
- "stylelint-config-prettier"
+ "stylelint-config-standard",
+ "stylelint-config-sass-guidelines"
5
],
6
"rules": {
7
"order/properties-alphabetical-order": null,
0 commit comments