comindware.core.ui
Version:
Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.
14 lines (13 loc) • 374 B
JSON
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
"number-leading-zero": null,
"unit-whitelist": ["px","%", "s", "deg", "em", "ms", "rem", "pt"],
"no-descending-specificity": null,
"color-hex-length": "long",
"selector-max-id": 0,
"selector-class-pattern": "^(?!js-)[-a-zA-Z0-9_]+$"
},
"defaultSeverity": "warning"
}