From 4a9693df31b5a5f0bba33a64388de4c27a95bf81 Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Thu, 7 May 2026 14:58:48 +0000 Subject: [PATCH] Apply suggestions from code review of branch build/style-lint-fix-purge Co-authored-by: Julian Stirling --- .gitlab-ci.yml | 1 - webapp/stylelint.config.mjs | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d8f56c6..91592724 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,6 @@ eslint: stage: analysis extends: .javascript_webapp script: - # Build JS application for production - npm run lint - npm run lint:style diff --git a/webapp/stylelint.config.mjs b/webapp/stylelint.config.mjs index 814b46d6..c1319e9a 100644 --- a/webapp/stylelint.config.mjs +++ b/webapp/stylelint.config.mjs @@ -22,12 +22,12 @@ export default { ], rules: { - // Your global rules + // Global rules "selector-class-pattern": null, "no-invalid-position-at-import-rule": null, "no-empty-source": null, - // Needed rgba for UIkit colot math + // Needed rgba for UIkit color math "color-function-notation": null, "alpha-value-notation": null, "color-function-alias-notation": null,