{
  "extends": "stylelint-config-yoho",
  "rules": {
        "string-quotes": "double",
        "no-empty-source": null,
        "no-descending-specificity": null
    }
}