licode-develop/.stylelintrc.json
yangxin 9f96998eb8
Some checks failed
CI-build / build (18.x) (push) Has been cancelled
CI-type-checking / type-check (18.x) (push) Has been cancelled
CI-typos / Spell Check (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
livecode代码开发分支
2025-06-11 21:29:36 +08:00

13 lines
303 B
JSON

{
"extends": "stylelint-config-sass-guidelines",
"rules": {
"color-named": null,
"max-nesting-depth": 4,
"selector-class-pattern": null,
"selector-max-compound-selectors": 5,
"selector-max-id": 3,
"selector-no-qualifying-type": null
},
"ignoreFiles": ["**/build/**/*"]
}