summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
blob: 344318f3c58e555ecc107285d858fbecd652c2cc (plain)
1
2
3
4
5
6
7
{
  "extends": "stylelint-config-standard",
  "rules": {
    "comment-empty-line-before": null,
    "no-descending-specificity": null,
  }
}