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

.stylelintrc - github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95fd87e542c9e5e6a885bea09fc0b7e04af12c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": [
    "@wemake-services/stylelint-config-scss"
  ],
  "rules": {
    "color-format/format": null,
    "custom-property-empty-line-before": null,
    "no-descending-specificity": null,
    "selector-max-compound-selectors": null,
    "scss/selector-no-redundant-nesting-selector": null
  }
}