2 "plugins": ["stylelint-order", "stylelint-scss"],
3 "extends": "stylelint-config-standard",
4 "extends": "stylelint-config-sass-guidelines",
7 "interface/forms/questionnaire_assessments/lforms/webcomponent/styles.css"
10 "selector-no-qualifying-type": [true, {
11 "ignore": ["attribute", "class", "id"]
13 "string-quotes": null,
14 "selector-class-pattern": null,
15 "selector-max-id": null,
16 "selector-max-compound-selectors": null,
17 "at-rule-no-unknown": null,
18 "declaration-empty-line-before": null,
19 "at-rule-empty-line-before": null,
20 "scss/at-mixin-pattern": null,
21 "max-nesting-depth": null,
22 "scss/at-extend-no-missing-placeholder": null