Chocobo1
4 years ago
2 changed files with 23 additions and 2 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
{ |
||||
"extends": "stylelint-config-standard", |
||||
"plugins": [ |
||||
"stylelint-order" |
||||
], |
||||
"rules": { |
||||
"color-hex-length": null, |
||||
"comment-empty-line-before": null, |
||||
"comment-whitespace-inside": null, |
||||
"declaration-colon-newline-after": null, |
||||
"function-name-case": null, |
||||
"indentation": 4, |
||||
"length-zero-no-unit": null, |
||||
"no-descending-specificity": null, |
||||
"value-keyword-case": null, |
||||
"order/properties-alphabetical-order": true |
||||
} |
||||
} |
Loading…
Reference in new issue