tag:github.com,2008:https://github.com/CodeYourFuture/eslint-config-standard/releases Release notes from eslint-config-standard 2025-01-16T13:37:40Z tag:github.com,2008:Repository/193332280/v6.0.1 2025-01-16T13:39:00Z v6.0.1 No content. github-actions[bot] tag:github.com,2008:Repository/193332280/v6.0.0 2025-01-16T13:46:03Z v6.0.0 <p>Migrated from deprecated ESLint rules to <a href="https://eslint.style/" rel="nofollow">Stylistic</a>.</p> <p><strong>Breaking changes</strong>:</p> <ul> <li>changed the package API</li> <li>dropped support for ESLint &lt; 8.45</li> <li>dropped support for deprecated (non-"flat") config</li> </ul> github-actions[bot] tag:github.com,2008:Repository/193332280/v5.1.0 2024-05-04T08:56:47Z v5.1.0 <p>Adds <code>.d.ts</code> type definitions to the configurations.</p> github-actions[bot] tag:github.com,2008:Repository/193332280/v5.0.0 2024-04-28T11:59:45Z v5.0.0 <p>Supports <a href="https://eslint.org/blog/2024/04/eslint-v9.0.0-released/" rel="nofollow">ESLint v9</a> and the new "flat config" configuration style.</p> <p><strong>Breaking change</strong>: dropped support for ESLint &lt; 8.27</p> <p>See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2229264916" data-permission-text="Title is private" data-url="https://github.com/CodeYourFuture/eslint-config-standard/issues/16" data-hovercard-type="issue" data-hovercard-url="/CodeYourFuture/eslint-config-standard/issues/16/hovercard" href="https://github.com/CodeYourFuture/eslint-config-standard/issues/16">#16</a></p> github-actions[bot] tag:github.com,2008:Repository/193332280/v4.0.3 2023-07-06T09:48:29Z v4.0.3 <p><strong>Breaking change</strong>: the <code>case</code>s within a <code>switch</code> statement need to be indented one level:</p> <div class="highlight highlight-source-diff notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" switch (thing) { -case true: - console.log(&quot;yes&quot;); - break; -default: - console.log(&quot;no&quot;); + case true: + console.log(&quot;yes&quot;); + break; + default: + console.log(&quot;no&quot;); }"><pre> switch (thing) { <span class="pl-md"><span class="pl-md">-</span>case true:</span> <span class="pl-md"><span class="pl-md">-</span> console.log("yes");</span> <span class="pl-md"><span class="pl-md">-</span> break;</span> <span class="pl-md"><span class="pl-md">-</span>default:</span> <span class="pl-md"><span class="pl-md">-</span> console.log("no");</span> <span class="pl-mi1"><span class="pl-mi1">+</span> case true:</span> <span class="pl-mi1"><span class="pl-mi1">+</span> console.log("yes");</span> <span class="pl-mi1"><span class="pl-mi1">+</span> break;</span> <span class="pl-mi1"><span class="pl-mi1">+</span> default:</span> <span class="pl-mi1"><span class="pl-mi1">+</span> console.log("no");</span> }</pre></div> <p>Also the versions of Node used in testing are now 16, 18 and 20; 12 and 14 are no longer supported.</p> github-actions[bot] tag:github.com,2008:Repository/193332280/v4.0.2 2023-07-06T09:21:13Z v4.0.2 <p>4.0.2</p> textbook tag:github.com,2008:Repository/193332280/v4.0.1 2023-07-06T09:16:00Z v4.0.1 <p>4.0.1</p> textbook tag:github.com,2008:Repository/193332280/v4.0.0 2023-07-06T08:30:42Z v4.0.0 <p>4.0.0</p> textbook tag:github.com,2008:Repository/193332280/v3.0.3 2021-12-18T23:46:36Z v3.0.3 <p>3.0.3</p> textbook tag:github.com,2008:Repository/193332280/v3.0.2 2021-10-11T19:48:31Z v3.0.2 <p>3.0.2</p> textbook