mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-15 07:42:55 -05:00
create inline-svg partial function
[skip ci]
This commit is contained in:
10
.stylelintrc
10
.stylelintrc
@@ -6,20 +6,12 @@
|
||||
"plugins": ["stylelint-prettier"],
|
||||
"rules": {
|
||||
"color-hex-length": "long",
|
||||
"function-parentheses-space-inside": null,
|
||||
"function-url-quotes": null,
|
||||
"indentation": [ 2, { "severity": "warning" } ],
|
||||
"max-nesting-depth": 6,
|
||||
"number-no-trailing-zeros": null,
|
||||
"order/properties-alphabetical-order": null,
|
||||
"rule-empty-line-before": null,
|
||||
"scss/dollar-variable-colon-space-after": null,
|
||||
"selector-list-comma-newline-after": null,
|
||||
"selector-max-compound-selectors": null,
|
||||
"selector-max-id": null,
|
||||
"selector-no-qualifying-type": null,
|
||||
"selector-pseudo-element-no-unknown": [ true, { "ignorePseudoElements": [ "cue" ] } ],
|
||||
"shorthand-property-no-redundant-values": null,
|
||||
"string-quotes": [ "double", { "severity": "warning" } ]
|
||||
"shorthand-property-no-redundant-values": null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user