Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.stylelintrc - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20dcbb5c2ad03d35b4ba93a515e05c6aed7faf6d (plain)
1
2
3
4
5
6
7
8
9
10
{
  "extends": [
    "stylelint-config-standard"
  ],
  "rules": {
    "at-rule-empty-line-before": null,
    "at-rule-no-unknown": null,
    "number-leading-zero": "never"
  }
}