Skip to content

Commit

Permalink
indent .stylelintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 19, 2024
1 parent 7848fea commit bae6314
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
"extends": "stylelint-config-sass-guidelines",
"plugins": ["stylelint-order"],
"rules": {
"selector-max-compound-selectors": 5,
"max-nesting-depth": 4,
"selector-no-vendor-prefix": [
true,
{
"ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"]
}
],
"selector-no-qualifying-type": [
true,
{
"ignore": ["attribute"]
}
],
"value-no-vendor-prefix": [
true,
{
"ignoreValues": ["box"]
}
],
"selector-class-pattern": null,
"scss/percent-placeholder-pattern": null,
"order/properties-alphabetical-order": true,
"@stylistic/function-parentheses-space-inside": null
"selector-max-compound-selectors": 5,
"max-nesting-depth": 4,
"selector-no-vendor-prefix": [
true,
{
"ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"]
}
],
"selector-no-qualifying-type": [
true,
{
"ignore": ["attribute"]
}
],
"value-no-vendor-prefix": [
true,
{
"ignoreValues": ["box"]
}
],
"selector-class-pattern": null,
"scss/percent-placeholder-pattern": null,
"order/properties-alphabetical-order": true,
"@stylistic/function-parentheses-space-inside": null
}
}
}

0 comments on commit bae6314

Please sign in to comment.