Skip to content

Commit

Permalink
docs: Add v8.19.0 highlights (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
btmills committed Jul 2, 2022
1 parent b8cc3f3 commit 28cf007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/blog/2022-07-01-eslint-v8.19.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ title: ESLint v8.19.0 released
teaser: "We just pushed ESLint v8.19.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
authors:
- eslintbot
- btmills
categories:
- Release Notes
tags:
- Release
---

## Highlights

The [no-restricted-imports](/docs/rules/no-restricted-imports) rule now supports the `importNames` option for more granular control of imports when matching modules with `patterns`.



Expand Down Expand Up @@ -74,5 +76,3 @@ tags:
* [`db387a8`](https://github.com/eslint/eslint/commit/db387a87b23c398ed691ba35bdf3b6aa7dcfe750) chore: fix sitemap ([#16026](https://github.com/eslint/eslint/issues/16026)) (Milos Djermanovic)
* [`285fbc5`](https://github.com/eslint/eslint/commit/285fbc5e6a92c50e1195f252675b599ecd929b9d) chore: remove TOC from printable ([#16020](https://github.com/eslint/eslint/issues/16020)) (Strek)
* [`8e84c21`](https://github.com/eslint/eslint/commit/8e84c2148cc2d25a7076e73233ae41bc1a000a53) chore: remove ligatures from fonts ([#16019](https://github.com/eslint/eslint/issues/16019)) (Strek)


0 comments on commit 28cf007

Please sign in to comment.