tag:github.com,2008:https://github.com/CodeYourFuture/eslint-config-standard/releasesRelease notes from eslint-config-standard2025-01-16T13:37:40Ztag:github.com,2008:Repository/193332280/v6.0.12025-01-16T13:39:00Zv6.0.1No content.github-actions[bot]tag:github.com,2008:Repository/193332280/v6.0.02025-01-16T13:46:03Zv6.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 < 8.45</li>
<li>dropped support for deprecated (non-"flat") config</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/193332280/v5.1.02024-05-04T08:56:47Zv5.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.02024-04-28T11:59:45Zv5.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 < 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.32023-07-06T09:48:29Zv4.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("yes");
- break;
-default:
- console.log("no");
+ case true:
+ console.log("yes");
+ break;
+ default:
+ console.log("no");
}"><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.22023-07-06T09:21:13Zv4.0.2<p>4.0.2</p>textbooktag:github.com,2008:Repository/193332280/v4.0.12023-07-06T09:16:00Zv4.0.1<p>4.0.1</p>textbooktag:github.com,2008:Repository/193332280/v4.0.02023-07-06T08:30:42Zv4.0.0<p>4.0.0</p>textbooktag:github.com,2008:Repository/193332280/v3.0.32021-12-18T23:46:36Zv3.0.3<p>3.0.3</p>textbooktag:github.com,2008:Repository/193332280/v3.0.22021-10-11T19:48:31Zv3.0.2<p>3.0.2</p>textbook