Skip to content

Commit

Permalink
updated stylelint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeidanchenkov committed Nov 14, 2024
1 parent 7de5929 commit 69eda3b
Show file tree
Hide file tree
Showing 5 changed files with 2,861 additions and 4,408 deletions.
13 changes: 3 additions & 10 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-order",
"@stylistic/stylelint-plugin",
"stylelint-semantic-groups"
],
"rules": {
Expand All @@ -16,19 +16,12 @@
}
],
"block-no-empty": null,
"color-hex-case": "lower",
"color-hex-length": "short",
"comment-whitespace-inside": "always",
"function-url-quotes": "never",
"indentation": 4,
"no-duplicate-selectors": true,
"number-leading-zero": null,
"order/order": "selectorOrdering",
"order/properties-order": "propertyOrdering",
"selector-attribute-brackets-space-inside": "never",
"selector-attribute-operator-space-after": "never",
"selector-attribute-operator-space-before": "never",
"string-quotes": "single",
"stylistic/color-hex-case": "lower",
"stylistic/indentation": 4,
"unit-allowed-list": [
"%",
"ch",
Expand Down
Loading

0 comments on commit 69eda3b

Please sign in to comment.