Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
docs: add highlights for v8.15.0 (#938)
Browse files Browse the repository at this point in the history
* docs: add highlights for v8.15.0

* remove strict rule links
  • Loading branch information
mdjermanovic authored May 6, 2022
1 parent 027101e commit 89dce67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _posts/2022-05-06-eslint-v8.15.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ layout: post
title: ESLint v8.15.0 released
teaser: "We just pushed ESLint v8.15.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:
- mdjermanovic
categories:
- Release Notes
tags:
- Release
---

## Highlights

The [no-underscore-dangle](/docs/rules/no-underscore-dangle) rule has a new option `enforceInClassFields`.



Expand All @@ -29,7 +34,7 @@ tags:
## Bug Fixes


* [`8bf9440`](https://github.com/eslint/eslint/commit/8bf9440ac47907ffd27aba095428908e7ddeae8a) fix: "use [strict](/docs/rules/strict)" should not trigger [strict](/docs/rules/strict) mode in ES3 ([#15846](https://github.com/eslint/eslint/issues/15846)) (Milos Djermanovic)
* [`8bf9440`](https://github.com/eslint/eslint/commit/8bf9440ac47907ffd27aba095428908e7ddeae8a) fix: "use strict" should not trigger strict mode in ES3 ([#15846](https://github.com/eslint/eslint/issues/15846)) (Milos Djermanovic)



Expand Down

0 comments on commit 89dce67

Please sign in to comment.