{ "extends": "stylelint-config-wordpress", "rules": { "at-rule-no-unknown": [ true, { "ignoreAtRules": [ "extend", "at-root", "debug", "warn", "error", "if", "else", "for", "each", "while", "mixin", "include", "content", "return", "function" ] } ], "no-descending-specificity": null } }