2020-10-11 13:12:56 -07:00
|
|
|
{
|
2023-01-05 12:18:12 -08:00
|
|
|
"extends": ["stylelint-config-standard-scss"],
|
2020-10-11 13:12:56 -07:00
|
|
|
"rules": {
|
2023-01-05 12:53:14 -08:00
|
|
|
"alpha-value-notation": null,
|
2020-10-11 15:48:21 -07:00
|
|
|
"at-rule-no-unknown": null,
|
2020-10-11 14:23:19 -07:00
|
|
|
"at-rule-empty-line-before": ["always", { "ignore": ["after-comment", "first-nested", "inside-block", "blockless-after-same-name-blockless", "blockless-after-blockless"] }],
|
2023-01-05 12:53:14 -08:00
|
|
|
"color-function-notation": null,
|
|
|
|
"custom-property-pattern": null,
|
|
|
|
"declaration-block-no-redundant-longhand-properties": null,
|
2020-10-11 14:23:19 -07:00
|
|
|
"declaration-empty-line-before": "never",
|
2023-01-09 13:04:28 -08:00
|
|
|
"font-family-no-missing-generic-family-keyword": [true, { "ignoreFontFamilies": ["ForkAwesome", "Font Awesome 5 Free"] }],
|
2020-10-11 13:12:56 -07:00
|
|
|
"no-descending-specificity": null,
|
2020-10-11 15:48:21 -07:00
|
|
|
"no-duplicate-selectors": null,
|
2023-01-05 12:10:07 -08:00
|
|
|
"no-invalid-position-at-import-rule": null,
|
|
|
|
"scss/at-rule-no-unknown": [true, { "ignoreAtRules": ["tailwind", "apply", "layer", "config"]}],
|
2023-01-05 12:53:14 -08:00
|
|
|
"scss/operator-no-unspaced": null,
|
2023-09-16 05:17:00 -07:00
|
|
|
"selector-class-pattern": null
|
2020-10-11 13:12:56 -07:00
|
|
|
}
|
|
|
|
}
|