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