xref: /plugin/bpmnio/.stylelintrc.json (revision 43854469855b0d3261173416b47cbad6e62bc444)
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