Make CSpell linting output less verbose
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3547685. --> Reported by: [balintbrews](https://www.drupal.org/user/613760) Related to !110 >>> <h3 id="overview">Overview</h3> <p>The CI output produced by <code>npm run lint:cspell</code> is very hard to parse because of the progress messages, and because it is run in parallel with other linting scripts.</p> <h3 id="proposed-resolution">Proposed resolution</h3> <p>Use the <code>--no-progress</code> flag. See: <a href="https://www.npmjs.com/package/cspell">https://www.npmjs.com/package/cspell</a>.</p>
issue