sforkowany z mirror/soapbox
23 wiersze
1.0 KiB
JSON
23 wiersze
1.0 KiB
JSON
{
|
|
"extends": ["stylelint-config-standard-scss"],
|
|
"rules": {
|
|
"alpha-value-notation": null,
|
|
"at-rule-no-unknown": null,
|
|
"at-rule-empty-line-before": ["always", { "ignore": ["after-comment", "first-nested", "inside-block", "blockless-after-same-name-blockless", "blockless-after-blockless"] }],
|
|
"color-function-notation": null,
|
|
"custom-property-pattern": null,
|
|
"declaration-block-no-redundant-longhand-properties": null,
|
|
"declaration-colon-newline-after": null,
|
|
"declaration-empty-line-before": "never",
|
|
"font-family-no-missing-generic-family-keyword": [true, { "ignoreFontFamilies": ["ForkAwesome", "Font Awesome 5 Free"] }],
|
|
"max-line-length": null,
|
|
"no-descending-specificity": null,
|
|
"no-duplicate-selectors": null,
|
|
"no-invalid-position-at-import-rule": null,
|
|
"scss/at-rule-no-unknown": [true, { "ignoreAtRules": ["tailwind", "apply", "layer", "config"]}],
|
|
"scss/operator-no-unspaced": null,
|
|
"selector-class-pattern": null,
|
|
"string-quotes": "single"
|
|
}
|
|
}
|