diff --git a/_i18n/ja/_posts/2024/2024-04-11-zx-8.0.0-eslint-9.0.0-flowcomponent.md b/_i18n/ja/_posts/2024/2024-04-11-zx-8.0.0-eslint-9.0.0-flowcomponent.md index 48fe5a1ec47..53e8b047247 100644 --- a/_i18n/ja/_posts/2024/2024-04-11-zx-8.0.0-eslint-9.0.0-flowcomponent.md +++ b/_i18n/ja/_posts/2024/2024-04-11-zx-8.0.0-eslint-9.0.0-flowcomponent.md @@ -2,7 +2,7 @@ title: "2024-04-11のJS: zx 8.0.0、ESLint 9.0.0、Flowの`component`構文" author: "azu" layout: post -date: 2024-04-11T02:42:24.346Z +date: 2024-04-11T02:49:24.346Z category: JSer tags: - React @@ -27,7 +27,7 @@ ESLint 9.0.0がリリースされました。 - [ESLint v9.0.0 released - ESLint - Pluggable JavaScript Linter](https://eslint.org/blog/2024/04/eslint-v9.0.0-released/) -Node.js 18.18未満のサポート終了、Flat Configをデフォルト化、ビルトインのformatterの一部をパッケージに移動、JSDocのルールを削除、`eslint:recommende`の更新などの変更が行われています。 +Node.js 18.18未満のサポート終了、Flat Configをデフォルト化、ビルトインのformatterの一部をパッケージに移動、JSDocのルールを削除、`eslint:recommended`の更新などの変更が行われています。 また、開発者向けの変更としても`loadESLint()` APIの追加、RuleTesterのバリデーションの強化、ルールの書き方の変更などが行われています。 次のページにマイグレーションガイドが公開されています。