1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/linter-configs/stylelintrc.json

11 lines
279 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,
"selector-max-compound-selectors": 3,
"no-descending-specificity": null
}
}