Skip to content

Commit

Permalink
docs: Publish v8.43.0 release highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jun 16, 2023
1 parent 7319dc9 commit 4877cbb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/content/blog/2023-06-16-eslint-v8.43.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ 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:
- Release
---


## 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.



Expand All @@ -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)) (唯然)



Expand Down

0 comments on commit 4877cbb

Please sign in to comment.