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: e29eea7b2d5e30baed87edfa2e71f6e13b00ed71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "@gitlab/stylelint-config",
  "ignoreFiles": [
    "content/assets/stylesheets/highlight.scss"
  ],
  "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
  }
}