.stylelintrc 141 Bytes
Newer Older
hyeryung's avatar
hyeryung committed
1 2 3 4 5 6 7
{
  "extends": "stylelint-config-standard",
  "rules": {
    "comment-empty-line-before": null,
    "no-descending-specificity": null,
  }
}