2020-10-11 20:12:56 +00:00
|
|
|
{
|
2023-01-05 20:18:12 +00:00
|
|
|
"extends": ["stylelint-config-standard-scss"],
|
2020-10-11 20:12:56 +00:00
|
|
|
"rules": {
|
2023-01-05 20:53:14 +00:00
|
|
|
"alpha-value-notation": null,
|
2020-10-11 22:48:21 +00:00
|
|
|
"at-rule-no-unknown": null,
|
2020-10-11 21:23:19 +00: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 20:53:14 +00:00
|
|
|
"color-function-notation": null,
|
|
|
|
"custom-property-pattern": null,
|
|
|
|
"declaration-block-no-redundant-longhand-properties": null,
|
2020-10-11 21:23:19 +00:00
|
|
|
"declaration-colon-newline-after": null,
|
|
|
|
"declaration-empty-line-before": "never",
|
2023-01-09 21:04:28 +00:00
|
|
|
"font-family-no-missing-generic-family-keyword": [true, { "ignoreFontFamilies": ["ForkAwesome", "Font Awesome 5 Free"] }],
|
2023-01-05 20:53:14 +00:00
|
|
|
"max-line-length": null,
|
2020-10-11 20:12:56 +00:00
|
|
|
"no-descending-specificity": null,
|
2020-10-11 22:48:21 +00:00
|
|
|
"no-duplicate-selectors": null,
|
2023-01-05 20:10:07 +00:00
|
|
|
"no-invalid-position-at-import-rule": null,
|
|
|
|
"scss/at-rule-no-unknown": [true, { "ignoreAtRules": ["tailwind", "apply", "layer", "config"]}],
|
2023-01-05 20:53:14 +00:00
|
|
|
"scss/operator-no-unspaced": null,
|
|
|
|
"selector-class-pattern": null,
|
|
|
|
"string-quotes": "single"
|
2020-10-11 20:12:56 +00:00
|
|
|
}
|
|
|
|
}
|