diff --git a/_posts/2022-06-03-eslint-v8.17.0-released.md b/_posts/2022-06-03-eslint-v8.17.0-released.md index 96e85829..1f92e032 100644 --- a/_posts/2022-06-03-eslint-v8.17.0-released.md +++ b/_posts/2022-06-03-eslint-v8.17.0-released.md @@ -3,6 +3,8 @@ layout: post title: ESLint v8.17.0 released teaser: "We just pushed ESLint v8.17.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: @@ -10,9 +12,9 @@ tags: --- +## Highlights - - +The [no-use-before-define](/docs/rules/no-use-before-define) rule has a new option `allowNamedExports`.