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,