stylelint task should create default prettier config

Created on 17 August 2025, 6 days ago

Problem/Motivation

When stylelint runs, any css files with long selectors will be erroneously recommended to wrap the selector line.

In prettierrc.json, the printWidth is set to a large amount, specifically for css files, but prettierrc.json is not copied to the module root when stylelint is run.

Steps to reproduce

Observe stylelint results on a css file with a long selector line.

Proposed resolution

When eslint runs, it copies over prettierrc.json and prettier.ignore from core, if they do not exist in the module codebase.

stylelint should do the same.

πŸ› Bug report
Status

Active

Component

gitlab-ci

Created by

πŸ‡ΊπŸ‡ΈUnited States TomTech

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024