xref: /plugin/bpmnio/.stylelintrc.json (revision 9ff8d41c7727ff9fa896ee8f49e170f6b8272716)
1{
2    "extends": "stylelint-config-standard-less",
3    "ignoreFiles": ["vendor/**"],
4    "rules": {
5        "selector-class-pattern": null,
6        "selector-id-pattern": null,
7        "custom-property-pattern": null,
8        "no-descending-specificity": null,
9        "at-rule-empty-line-before": null,
10        "at-rule-no-unknown": [true, {
11            "ignoreAtRules": ["plugin"]
12        }]
13    }
14}
15