From 4877cbb9cda3177c883f8529b02a86ae3a9b5be0 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Sat, 17 Jun 2023 00:02:51 +0200 Subject: [PATCH] docs: Publish v8.43.0 release highlights --- src/content/blog/2023-06-16-eslint-v8.43.0-released.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/content/blog/2023-06-16-eslint-v8.43.0-released.md b/src/content/blog/2023-06-16-eslint-v8.43.0-released.md index 96673589c..f7a1f3475 100644 --- a/src/content/blog/2023-06-16-eslint-v8.43.0-released.md +++ b/src/content/blog/2023-06-16-eslint-v8.43.0-released.md @@ -3,9 +3,8 @@ layout: post title: ESLint v8.43.0 released teaser: "We just pushed ESLint v8.43.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release." image: release-notes-minor.png -draft: true authors: - - eslintbot + - mdjermanovic categories: - Release Notes tags: @@ -13,8 +12,10 @@ tags: --- +## Highlights - +* The [no-irregular-whitespace](/docs/latest/rules/no-irregular-whitespace) rule has a new option `skipJSXText`. +* The ESLint documentation site now provides a [Custom Rule Tutorial](/docs/latest/extend/custom-rule-tutorial) with step-by-step instructions on how to create and use a custom rule. @@ -25,7 +26,7 @@ tags: * [`14581ff`](https://github.com/eslint/eslint/commit/14581ff15aaee5a55c46bbf4983818ddc8dd7cb1) feat: directive prologue detection and autofix condition in [`quotes`](/docs/rules/quotes) ([#17284](https://github.com/eslint/eslint/issues/17284)) (Francesco Trotta) * [`e50fac3`](https://github.com/eslint/eslint/commit/e50fac3f8f998f729e3080e256066db3a7827c67) feat: add declaration loc to message in [block-scoped-var](/docs/rules/block-scoped-var) ([#17252](https://github.com/eslint/eslint/issues/17252)) (Milos Djermanovic) * [`1b7faf0`](https://github.com/eslint/eslint/commit/1b7faf0702b1af86b6a0ddafc37cf45d60f5d4d8) feat: add `skipJSXText` option to [`no-irregular-whitespace`](/docs/rules/no-irregular-whitespace) rule ([#17182](https://github.com/eslint/eslint/issues/17182)) (Azat S) - +* [`030a827`](https://github.com/eslint/eslint/commit/030a82737f51563f9a7b4985fc91b6d8eab54fce) Revert "feat: docs license ([#17010](https://github.com/eslint/eslint/issues/17010))" ([#17231](https://github.com/eslint/eslint/issues/17231)) (唯然)