Skip to content

Commit

Permalink
docs: Publish v9.13.0 release highlights (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime authored Oct 18, 2024
1 parent aa00617 commit aae95cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/content/blog/2024-10-18-eslint-v9.13.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ layout: post
title: ESLint v9.13.0 released
teaser: "We just pushed ESLint v9.13.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
- fasttime
categories:
- Release Notes
tags:
- Release
---

## Highlights

* The predefined array of config objects used by ESLint can be now accessed programmatically as [`ESLint.defaultConfig`](https://eslint.org/docs/latest/integrate/nodejs-api#-eslintdefaultconfig).
* To speed up loading, the ESLint CLI will automatically enable V8's code cache in newer versions of Node.js.
* Custom languages can now provide their default options with the `defaultLanguageOptions` property. See the documentation about the [`Language` object](https://eslint.org/docs/latest/extend/languages#the-language-object).



Expand Down

0 comments on commit aae95cc

Please sign in to comment.