Sort import statements in JS/TS files using Prettier
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3544433. --> Reported by: [balintbrews](https://www.drupal.org/user/613760) Related to !29 !7 >>> <h3 id="overview">Overview</h3> <p>The import statements in our JavaScript/TypeScript files are not sorted.</p> <h3 id="proposed-resolution">Proposed resolution</h3> <p>Introduce the use of the <a href="https://www.drupal.orgwww.npmjs.com/package/@ianvs/prettier-plugin-sort-imports"><code>@ianvs/prettier-plugin-sort-imports</code> Prettier plugin</a>, configure it to fit our needs.</p>
issue