Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Publish v8.43.0 release highlights #448

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading