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