mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.201.0
This commit is contained in:
@@ -1,28 +1,25 @@
|
||||
{
|
||||
"extends": "stylelint-config-sass-guidelines",
|
||||
"extends": [
|
||||
"stylelint-config-standard-scss"
|
||||
],
|
||||
"rules": {
|
||||
"indentation": "tab",
|
||||
"order/properties-order": [
|
||||
"position",
|
||||
"z-index",
|
||||
"top",
|
||||
"right",
|
||||
"bottom",
|
||||
"left",
|
||||
"margin",
|
||||
"margin-top",
|
||||
"margin-right",
|
||||
"margin-bottom",
|
||||
"margin-left",
|
||||
"padding",
|
||||
"padding-top",
|
||||
"padding-right",
|
||||
"padding-bottom",
|
||||
"padding-left"
|
||||
],
|
||||
"order/properties-alphabetical-order": null,
|
||||
"color-named": "always-where-possible",
|
||||
"string-quotes": "double",
|
||||
"at-rule-empty-line-before": null,
|
||||
"comment-empty-line-before": null,
|
||||
"custom-property-empty-line-before": null,
|
||||
"declaration-empty-line-before": null,
|
||||
"rule-empty-line-before": null,
|
||||
|
||||
"scss/dollar-variable-empty-line-before": null,
|
||||
"scss/double-slash-comment-empty-line-before": null,
|
||||
|
||||
"no-duplicate-selectors": null,
|
||||
"no-descending-specificity": null,
|
||||
|
||||
"custom-property-pattern": "^([a-z][a-z0-9]*)(-+[a-z0-9]+)*$",
|
||||
"keyframes-name-pattern": null,
|
||||
"selector-id-pattern": null,
|
||||
|
||||
"color-named": "never",
|
||||
"selector-no-qualifying-type": null,
|
||||
"selector-max-compound-selectors": null,
|
||||
"selector-max-id": null,
|
||||
@@ -35,6 +32,7 @@
|
||||
{
|
||||
"except": ["empty"]
|
||||
}
|
||||
]
|
||||
],
|
||||
"scss/at-mixin-parentheses-space-before": "always"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user