diff options
Diffstat (limited to '.stylelintrc')
-rw-r--r-- | .stylelintrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.stylelintrc b/.stylelintrc index 6e3999fec3b..458fd51bdd7 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -9,8 +9,8 @@ "app/assets/stylesheets/lazy_bundles/cropper.css" ], "plugins":[ - "./scripts/frontend/stylelint/stylelint-duplicate-selectors.js", - "./scripts/frontend/stylelint/stylelint-utility-classes.js", + "./scripts/frontend/stylelint/stylelint_duplicate_selectors.js", + "./scripts/frontend/stylelint/stylelint_utility_classes.js", ], "rules":{ "stylelint-gitlab/utility-classes":[true,{ "severity": "warning" }], |