mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
9 lines
242 B
JSON
9 lines
242 B
JSON
{
|
|
"extends": "stylelint-config-recommended",
|
|
"rules": {
|
|
"font-family-no-duplicate-names": [ true, { "ignoreFontFamilyNames": ["monospace"] } ],
|
|
"indentation": "tab",
|
|
"max-nesting-depth": 1,
|
|
"selector-max-compound-selectors": 3
|
|
}
|
|
}
|