Keep Canvas' own `.prettierrc.json` only for linting JS, ignore it for linting CSS
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3566392. --> Reported by: [vishalkhode](https://www.drupal.org/user/2439156) Related to !471 !456 >>> <h3 id="overview">Overview</h3> <p>The <code>.gitlab-ci.yml</code> file contains a <code>@todo</code> comment that says it should be removed after <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/gitlab_templates/-/issues/3492697" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/gitlab_templates/-/issues/3492697</a></span> is merged. This upstream issue is now fixed and merged, so the workaround is obsolete.</p> <p>The stylelint CI is configured to run only when CSS files change. As a result, most MR's appear to have been passing CI because they do not touch CSS, but any MR that includes CSS changes will cause the stylelint job to fail under the current CI config. The failure is therefore &ldquo;hidden&rdquo; until someone modifies CSS.</p> <p>Rather than adjusting the workaround, the ideal fix is to remove the obsolete manual formatter setup in <code>.gitlab-ci.yml</code> now that <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/gitlab_templates/-/issues/3492697" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/gitlab_templates/-/issues/3492697</a></span> is resolved.</p> > Related issue: [Issue #3492697](https://www.drupal.org/node/3492697)
issue