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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-10 15:09:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-10 15:09:14 +0300
commit152b3268d701b54cac9b615a0e29e0e5726bfd99 (patch)
treedeb2e10bd5aa7c5fd54988fb8bc2ca9ec819c0b2 /.stylelintrc
parent921173681c207356914a35ea3dca1afffeac8b05 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc87
1 files changed, 0 insertions, 87 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 7a2d44a6413..c383d75cb03 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -12,47 +12,6 @@
"./scripts/frontend/stylelint/stylelint-utility-classes.js",
],
"rules":{
- "at-rule-disallowed-list": [
- "debug"
- ],
- "at-rule-no-unknown": null,
- "at-rule-no-vendor-prefix": true,
- "block-no-empty": true,
- "block-opening-brace-space-before": "always",
- "color-hex-case": "lower",
- "color-hex-length": "short",
- "color-named": "never",
- "color-no-invalid-hex": true,
- "declaration-bang-space-after": "never",
- "declaration-bang-space-before": "always",
- "declaration-block-semicolon-newline-after": "always",
- "declaration-block-semicolon-space-before": "never",
- "declaration-block-single-line-max-declarations": 1,
- "declaration-block-trailing-semicolon": "always",
- "declaration-colon-space-after": "always-single-line",
- "declaration-colon-space-before": "never",
- "declaration-property-value-disallowed-list": {
- "border":[
- "none"
- ],
- "border-top":[
- "none"
- ],
- "border-right":[
- "none"
- ],
- "border-bottom":[
- "none"
- ],
- "border-left":[
- "none"
- ]
- },
- "function-comma-space-after": "always-single-line",
- "function-parentheses-space-inside": "never",
- "function-url-quotes": "always",
- "indentation": 2,
- "length-zero-no-unit": true,
"max-nesting-depth": [
6,
{
@@ -65,53 +24,7 @@
"severity":"warning"
}
],
- "media-feature-name-no-vendor-prefix":true,
- "media-feature-parentheses-space-inside":"never",
- "no-missing-end-of-source-newline":true,
- "number-leading-zero":"always",
- "number-no-trailing-zeros":true,
- "property-no-unknown":true,
- "property-no-vendor-prefix": [true, { "ignoreProperties": ["user-select"] }],
- "rule-empty-line-before":[
- "always-multi-line",
- {
- "except":[
- "first-nested"
- ],
- "ignore":[
- "after-comment"
- ]
- }
- ],
- "scss/at-extend-no-missing-placeholder":[true,{ "severity": "warning" }],
- "scss/at-function-pattern":"^[a-z]+([a-z0-9-]+[a-z0-9]+)?$",
- "scss/at-import-no-partial-leading-underscore":true,
- "scss/at-import-partial-extension-blacklist":[
- "scss"
- ],
- "scss/at-mixin-pattern":"^[a-z]+([a-z0-9-]+[a-z0-9]+)?$",
- "scss/at-rule-no-unknown":true,
- "scss/dollar-variable-colon-space-after":"always",
- "scss/dollar-variable-colon-space-before":"never",
- "scss/dollar-variable-pattern":"^[_]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$",
- "scss/percent-placeholder-pattern":"^[a-z]+([a-z0-9-]+[a-z0-9]+)?$",
- "scss/selector-no-redundant-nesting-selector":true,
- "selector-class-pattern":[
- "^[a-z0-9\\-]+$",
- {
- "message":"Selector should be written in lowercase with hyphens (selector-class-pattern)",
- "severity": "warning"
- }
- ],
- "selector-list-comma-newline-after":"always",
"selector-max-compound-selectors":[6, { "severity": "warning" }],
- "selector-max-id":1,
- "selector-no-vendor-prefix":true,
- "selector-pseudo-element-colon-notation":"double",
- "selector-pseudo-element-no-unknown":true,
- "shorthand-property-no-redundant-values":true,
- "string-quotes":"single",
- "value-no-vendor-prefix": [true, { "ignoreValues": ["sticky"] }],
"stylelint-gitlab/utility-classes":[true,{ "severity": "warning" }],
"declaration-block-no-duplicate-properties": [
true,