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

10 lines
242 B
JSON
Raw Normal View History

{
2022-04-14 01:22:07 +00:00
"extends": "stylelint-config-recommended",
"rules": {
2022-04-14 01:22:07 +00:00
"font-family-no-duplicate-names": [ true, { "ignoreFontFamilyNames": ["monospace"] } ],
"indentation": "tab",
"max-nesting-depth": 1,
2022-04-30 00:53:19 +00:00
"selector-max-compound-selectors": 4
}
}