1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00
seirdy.one/.stylelintrc.json
2022-04-13 18:22:07 -07:00

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
}
}