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

.stylelintrc - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 096fca96603c6762722d59f720a4e0ac1ae1500f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "extends": "@gitlab/stylelint-config",
  "ignoreFiles": [
    "content/assets/stylesheets/highlight.scss",
    "content/assets/stylesheets/font-awesome.min.css"
  ],
  "rules": {
    "declaration-block-semicolon-newline-after": null,
    "max-nesting-depth": 4,
    "rule-empty-line-before": null,
    "selector-max-compound-selectors": 4,
    "media-feature-name-no-vendor-prefix": null
  }
}