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>2022-07-01 18:08:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-01 18:08:30 +0300
commita0fdcfcdd514c2af98f18cadfa75f8a6a85b4d2c (patch)
treeecba106fd4d1426cc2109a6ba3da091be2de1f87 /.stylelintrc
parent2828f81d2a41f46b89e13dc057b982f27aeee547 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 458fd51bdd7..faab22862fc 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -7,12 +7,5 @@
"app/assets/stylesheets/lazy_bundles/select2.scss",
"app/assets/stylesheets/highlight/themes/*.scss",
"app/assets/stylesheets/lazy_bundles/cropper.css"
- ],
- "plugins":[
- "./scripts/frontend/stylelint/stylelint_duplicate_selectors.js",
- "./scripts/frontend/stylelint/stylelint_utility_classes.js",
- ],
- "rules":{
- "stylelint-gitlab/utility-classes":[true,{ "severity": "warning" }],
- }
+ ]
}