Skip to content

Commit

Permalink
[qa] Updated .stylelintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 11, 2024
1 parent f25648f commit e6b2d7a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@
"comment-empty-line-before": ["always", {
"ignore": ["stylelint-commands", "after-comment"]
}],
"declaration-colon-space-after": "always",
"indentation": [2, {
"except": ["value"]
}],
"max-empty-lines": 4,
"rule-empty-line-before": ["never-multi-line", {
"except": ["first-nested"],
"ignore": ["after-comment", "inside-block"]
}],
"unit-allowed-list": ["em", "rem", "%", "s", "px", "vh", "deg", "dpi", "fr"],
"declaration-block-trailing-semicolon": "always",
"property-no-unknown": true
}
}

0 comments on commit e6b2d7a

Please sign in to comment.